diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a907b9..9cd8e34 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: if (Test-Path $key) { throw "--reset left the policy key behind" } Write-Host "reset removed the key" - - uses: pnpm/action-setup@v6 + - uses: pnpm/action-setup@v6.0.9 with: version: 11.9.0 - uses: actions/setup-node@v7