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'