We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a639cb commit c9b8f34Copy full SHA for c9b8f34
2 files changed
.github/actions/setup/action.yaml
@@ -4,7 +4,7 @@ runs:
4
using: 'composite'
5
steps:
6
- name: Install pnpm
7
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
+ uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6
8
with:
9
version: '10.33.0'
10
run_install: false
.github/workflows/renovate-post-upgrade.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Setup pnpm and Node.js
45
if: steps.check.outputs.toolhive == 'true' || steps.check.outputs.heyapi == 'true'
46
47
48
49
0 commit comments