We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7086a9 commit b838208Copy full SHA for b838208
.github/workflows/release.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
22
- - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
+ - uses: pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4.3.0
23
with:
24
version: 10
25
run_install: false
.github/workflows/tests.yml
@@ -42,7 +42,7 @@ jobs:
42
key: ${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}
43
restore-keys: |
44
${{ runner.os }}-
45
46
47
48
run_install: true
0 commit comments