From 8540ac9e50a62334271abfe9d911c35d66a003f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 00:15:26 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4.0.3 --- .github/workflows/actions/get-core-dependencies/action.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/actions/get-core-dependencies/action.yml b/.github/workflows/actions/get-core-dependencies/action.yml index da13e6b..4469ceb 100644 --- a/.github/workflows/actions/get-core-dependencies/action.yml +++ b/.github/workflows/actions/get-core-dependencies/action.yml @@ -7,7 +7,7 @@ runs: # jobs that need a different version of the Node runtime should explicitly # set their node version after running this step - name: Use Node Version from Volta - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version-file: './package.json' cache: 'npm' diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 577f0b8..5844cd8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: with: persist-credentials: false - name: Use Node from Volta - uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2 + uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 with: node-version-file: 'package.json' cache: 'npm'