We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb1d1d commit f2c994aCopy full SHA for f2c994a
.github/actions/setup/action.yaml
@@ -4,7 +4,7 @@ runs:
4
using: 'composite'
5
steps:
6
- name: Install pnpm
7
- uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
+ uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v5
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