diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 59060b9c..ce6698d3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: with: node-version: 22.x - - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 + - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 with: version: ${{ env.PNPM_VERSION }} run_install: true @@ -49,7 +49,7 @@ jobs: with: node-version: ${{ matrix.node-version }} - - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 + - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 with: version: ${{ env.PNPM_VERSION }} run_install: true @@ -72,7 +72,7 @@ jobs: node-version: 22.x registry-url: 'https://registry.npmjs.org' - - uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0 + - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 with: version: ${{ env.PNPM_VERSION }} run_install: true