We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 251790b commit 92d887eCopy full SHA for 92d887e
.github/workflows/general.yml
@@ -27,7 +27,7 @@ jobs:
27
version: v2.0.0
28
29
- name: Setup nodejs
30
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6
+ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
31
with:
32
node-version: lts/*
33
cache: npm
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
17
steps:
18
19
20
21
22
0 commit comments