We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27d305a commit 2ac5422Copy full SHA for 2ac5422
.github/actions/setup-node/action.yml
@@ -16,7 +16,7 @@ runs:
16
node-version: ${{ inputs.node-version }}
17
18
- name: Setup pnpm
19
- uses: pnpm/action-setup@e94b270858c939f4f8b43f5c1438fa1d9a67ad5d # version with cache support
+ uses: pnpm/action-setup@9b5745cdf0a2e8c2620f0746130f809adb911c19 # version with cache support
20
with:
21
run_install: true
22
cache: true
0 commit comments