We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4542244 commit f9b2cb0Copy full SHA for f9b2cb0
.github/workflows/node-ci.yml
@@ -16,7 +16,7 @@ jobs:
16
verify:
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
20
- name: Setup node
21
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
22
with:
@@ -38,7 +38,7 @@ jobs:
38
needs: verify
39
40
41
42
43
44
0 commit comments