From 0632a133a8b993a2790bd40de564837f0463c741 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 29 Jul 2023 01:50:07 +0000 Subject: [PATCH] chore(action): update bahmutov/npm-install action to v1.8.32 --- .github/workflows/node-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/node-ci.yml b/.github/workflows/node-ci.yml index e8952ed..f574080 100644 --- a/.github/workflows/node-ci.yml +++ b/.github/workflows/node-ci.yml @@ -25,7 +25,7 @@ jobs: uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3 with: node-version: '${{ steps.nvm.outputs.NVMRC }}' - - uses: bahmutov/npm-install@v1 + - uses: bahmutov/npm-install@c5482d70ec8706408996e31ac94075030694993f # v1.8.32 - run: npm test release: needs: verify @@ -39,7 +39,7 @@ jobs: uses: actions/setup-node@e33196f7422957bea03ed53f6fbb155025ffc7b8 # v3 with: node-version: '${{ steps.nvm.outputs.NVMRC }}' - - uses: bahmutov/npm-install@v1 + - uses: bahmutov/npm-install@c5482d70ec8706408996e31ac94075030694993f # v1.8.32 - name: semantic-release run: npx semantic-release env: