diff --git a/setup/action.yml b/setup/action.yml index a8a86b2..ee8bc63 100644 --- a/setup/action.yml +++ b/setup/action.yml @@ -34,7 +34,7 @@ runs: echo "version=${PNPM_VERSION:-11.11.0}" >> "$GITHUB_OUTPUT" - name: Install pnpm ${{ steps.pnpm.outputs.version }} - uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9 + uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10 with: version: ${{ steps.pnpm.outputs.version }}