From a6600d8e10c94dbe1c0337b14ef68045c1bb6c9b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:24:46 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.0.1 --- .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 881ca3af1..8138acdf5 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 de979b7e5..e7ef1a58e 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 15e489d77..4f64556c0 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