From 6c63e0876cad955f9229084dfef86c016bf2030f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 17:39:28 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v3.8.2 --- .github/workflows/prettier.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/retag-containers-after-push.yml | 2 +- .github/workflows/semantic-tags-after-release.yml | 4 ++-- .github/workflows/test-release.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index bef6e6b3..1315b1c8 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -20,7 +20,7 @@ jobs: show-progress: false - name: Setup Node.js - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 + uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 with: node-version-file: ".nvmrc" cache: "npm" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b448527f..8027642b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,7 +39,7 @@ jobs: token: ${{ secrets.TOKEN_TO_TRIGGER_SUBSEQUENT_WORKFLOWS }} - name: Setup Node.js - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 + uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 with: node-version-file: ".nvmrc" cache: "npm" diff --git a/.github/workflows/retag-containers-after-push.yml b/.github/workflows/retag-containers-after-push.yml index 2002f980..e63823ce 100644 --- a/.github/workflows/retag-containers-after-push.yml +++ b/.github/workflows/retag-containers-after-push.yml @@ -79,7 +79,7 @@ jobs: fi - name: Setup Node.js - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 + uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 with: node-version-file: ".nvmrc" cache: "npm" diff --git a/.github/workflows/semantic-tags-after-release.yml b/.github/workflows/semantic-tags-after-release.yml index 8e9d7c9e..fe4f2718 100644 --- a/.github/workflows/semantic-tags-after-release.yml +++ b/.github/workflows/semantic-tags-after-release.yml @@ -29,7 +29,7 @@ jobs: show-progress: false - name: Setup Node.js - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 + uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 with: node-version-file: ".nvmrc" cache: "npm" @@ -124,7 +124,7 @@ jobs: show-progress: false - name: Setup Node.js - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 + uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 with: node-version-file: ".nvmrc" cache: "npm" diff --git a/.github/workflows/test-release.yml b/.github/workflows/test-release.yml index 042a91a3..596ca20a 100644 --- a/.github/workflows/test-release.yml +++ b/.github/workflows/test-release.yml @@ -32,7 +32,7 @@ jobs: show-progress: false - name: Setup Node.js - uses: actions/setup-node@5e21ff4d9bc1a8cf6de233a3057d20ec6b3fb69d # v3.8.1 + uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3.8.2 with: node-version-file: ".nvmrc" cache: "npm"