We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ddf9fe commit 910c7bbCopy full SHA for 910c7bb
2 files changed
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
33
- uses: capralifecycle/actions-lib/check-runtime-dependencies@831b4c9c81e432ac57c25abbf8423abeebc8b40e # v1.6.5
34
35
- - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
+ - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
36
with:
37
node-version-file: ".node-version"
38
cache: "npm"
.github/workflows/update-snapshots.yml
@@ -64,7 +64,7 @@ jobs:
64
ref: ${{ steps.pr.outputs.head_ref }}
65
fetch-depth: 0
66
67
68
69
70
0 commit comments