Skip to content

Commit 4f1ff1b

Browse files
chore(action): update actions/checkout digest to f43a0e5
1 parent 135119a commit 4f1ff1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
verify:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
19+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
2020
- name: Setup node
2121
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
2222
with:
@@ -38,7 +38,7 @@ jobs:
3838
needs: verify
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
41+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
4242
- name: Setup node
4343
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
4444
with:

0 commit comments

Comments
 (0)