From cae8402e75ddf7044d61f9ceb80c42c5958f8b32 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:58:11 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.0.2 --- .github/workflows/super-linter.yml | 2 +- .github/workflows/update-gitleaks.yml | 2 +- .github/workflows/update-package.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 6738f7e3c..4341d0476 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -44,7 +44,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.1 + - uses: actions/setup-node@v4.0.2 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 9dd5643cf..b23ed1b2b 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.1 + - uses: actions/setup-node@v4.0.2 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 b0b6cb622..7810b3c14 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.1 + - uses: actions/setup-node@v4.0.2 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: cache: npm