We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06ee339 commit 264e257Copy full SHA for 264e257
.github/workflows/checks.yml
@@ -6,7 +6,7 @@ jobs:
6
runs-on: ubuntu-latest
7
steps:
8
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
9
- - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
+ - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
10
with:
11
node-version-file: package.json
12
cache: yarn
@@ -23,7 +23,7 @@ jobs:
23
24
25
26
27
28
29
0 commit comments