diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index fa042e8e..2f093582 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -40,7 +40,7 @@ jobs: # Full git history is needed to get a proper list # of changed files within `super-linter` fetch-depth: 0 - - uses: actions/setup-node@v4.0.0 + - uses: actions/setup-node@v4.0.1 with: cache: npm - run: bash "${GITHUB_WORKSPACE}/scripts/super_linter/build/set_path.sh" diff --git a/.github/workflows/update-gitleaks.yml b/.github/workflows/update-gitleaks.yml index 086fb52f..04c3a141 100644 --- a/.github/workflows/update-gitleaks.yml +++ b/.github/workflows/update-gitleaks.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/setup-node@v4.0.0 + - uses: actions/setup-node@v4.0.1 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: cache: npm diff --git a/.github/workflows/update-package.yml b/.github/workflows/update-package.yml index 15e489d7..4f64556c 100644 --- a/.github/workflows/update-package.yml +++ b/.github/workflows/update-package.yml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/setup-node@v4.0.0 + - uses: actions/setup-node@v4.0.1 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: cache: npm