From 83a9e52103ad577805540830d9bcbf0b69e03ab6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:09:24 +0000 Subject: [PATCH] Update actions/setup-node action to v3.8.2 --- .github/workflows/pr-check-npm.yml | 4 ++-- .github/workflows/pr-test.yml | 2 +- .github/workflows/pr-update-gitleaks.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pr-check-npm.yml b/.github/workflows/pr-check-npm.yml index 437287a0b..8d308343e 100644 --- a/.github/workflows/pr-check-npm.yml +++ b/.github/workflows/pr-check-npm.yml @@ -26,7 +26,7 @@ jobs: with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/setup-node@v3.8.1 + - uses: actions/setup-node@v3.8.2 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: cache: npm @@ -52,7 +52,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - name: Set up Node.js - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v3.8.2 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: cache: npm diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 289d7d58d..7eedb46f7 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -24,7 +24,7 @@ jobs: DEST_PATH: "/home/runner/work/_temp/_github_workflow/.venv" run: bash "${GITHUB_WORKSPACE}/scripts/pr_test/pr_super_lint/install_pipenv.sh" - name: Set up Node.js - uses: actions/setup-node@v3.8.1 + uses: actions/setup-node@v3.8.2 with: cache: npm - name: Install dependencies diff --git a/.github/workflows/pr-update-gitleaks.yml b/.github/workflows/pr-update-gitleaks.yml index bd296bf6a..765b0a264 100644 --- a/.github/workflows/pr-update-gitleaks.yml +++ b/.github/workflows/pr-update-gitleaks.yml @@ -22,7 +22,7 @@ jobs: with: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/setup-node@v3.8.1 + - uses: actions/setup-node@v3.8.2 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: cache: npm