diff --git a/.github/workflows/Lint.yml b/.github/workflows/Lint.yml index 4e5b0e5..d095ba5 100644 --- a/.github/workflows/Lint.yml +++ b/.github/workflows/Lint.yml @@ -30,7 +30,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 # Set up NodeJS on the build host - name: Setup Node.js environment diff --git a/.github/workflows/NPM-Publish.yml b/.github/workflows/NPM-Publish.yml index 41523eb..619c2ea 100644 --- a/.github/workflows/NPM-Publish.yml +++ b/.github/workflows/NPM-Publish.yml @@ -25,7 +25,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE - name: Clone Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Set up NodeJS on the build host with caching support to optimize execution - name: Set up Node.js @@ -88,7 +88,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE - name: Clone Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Set up NodeJS on the build host with caching support to optimize execution - name: Set up Node.js diff --git a/.github/workflows/SecretScan.yml b/.github/workflows/SecretScan.yml index 9689c1b..6fe3b54 100644 --- a/.github/workflows/SecretScan.yml +++ b/.github/workflows/SecretScan.yml @@ -71,7 +71,7 @@ jobs: fi # Downloads the repo at the specified depth calculated previously - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 with: ref: ${{env.branch}} fetch-depth: ${{env.depth}} diff --git a/.github/workflows/Unit-Test.yml b/.github/workflows/Unit-Test.yml index 6dee01a..ef910cf 100644 --- a/.github/workflows/Unit-Test.yml +++ b/.github/workflows/Unit-Test.yml @@ -31,7 +31,7 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE - name: Clone Repo - uses: actions/checkout@v5 + uses: actions/checkout@v6 # Set up NodeJS on the build host - name: Setup Node.JS Environment