diff --git a/.github/actions/prepare/action.yml b/.github/actions/prepare/action.yml index 89d2b95..fb64c09 100644 --- a/.github/actions/prepare/action.yml +++ b/.github/actions/prepare/action.yml @@ -8,7 +8,7 @@ runs: with: node-version: '22' - name: Install dependencies - uses: bahmutov/npm-install@e5c7e14408aa6089501de32bd16123b41738047e # v1.10.2 + uses: bahmutov/npm-install@dc9579d3dfb9c0e7a1f56c194eefcb8e2c9f0da5 # v1.10.3 with: install-command: npm ci --foreground-scripts using: composite diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a16c3ce..c7036a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,7 +36,7 @@ jobs: - name: Install if: ${{ steps.release.outputs.release_created }} - uses: bahmutov/npm-install@e5c7e14408aa6089501de32bd16123b41738047e # v1.10.2 + uses: bahmutov/npm-install@dc9579d3dfb9c0e7a1f56c194eefcb8e2c9f0da5 # v1.10.3 - name: Build if: ${{ steps.release.outputs.release_created }}