We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bfb834 commit 3205e6eCopy full SHA for 3205e6e
.github/workflows/link-check.yaml
@@ -35,7 +35,7 @@ jobs:
35
node-version: ${{ steps.versions.outputs.NODE_VERSION }}
36
37
- name: Setup pnpm
38
- uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 # v4.0.0
+ uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
39
with:
40
version: ${{ steps.versions.outputs.PNPM_VERSION }}
41
run_install: false
.github/workflows/pull-request.yaml
@@ -32,7 +32,7 @@ jobs:
32
33
34
0 commit comments