We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 812b054 commit 9bfb834Copy full SHA for 9bfb834
.github/workflows/link-check.yaml
@@ -30,7 +30,7 @@ jobs:
30
echo "PNPM_VERSION=$PNPM_VERSION" >> $GITHUB_OUTPUT
31
32
- name: Setup node.js
33
- uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
+ uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4.2.0
34
with:
35
node-version: ${{ steps.versions.outputs.NODE_VERSION }}
36
.github/workflows/pull-request.yaml
@@ -27,7 +27,7 @@ jobs:
27
28
29
0 commit comments