We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d25ec8 commit e41c24cCopy full SHA for e41c24c
.github/actions/pnpm/action.yml
@@ -10,7 +10,7 @@ runs:
10
using: 'composite'
11
steps:
12
- name: Setup pnpm
13
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
+ uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
14
with:
15
version: ${{ inputs.version }}
16
.github/actions/pretest/action.yml
@@ -16,7 +16,7 @@ runs:
17
18
19
20
21
22
0 commit comments