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 cc39903 commit b0431efCopy full SHA for b0431ef
.github/workflows/node-ci.yml
@@ -16,7 +16,7 @@ jobs:
16
verify:
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
+ - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
20
- name: Setup node
21
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
22
with:
@@ -38,7 +38,7 @@ jobs:
38
needs: verify
39
40
41
42
43
44
0 commit comments