Skip to content

Commit b0431ef

Browse files
committed
chore(action): update actions/checkout action to v3.6.0
1 parent cc39903 commit b0431ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/node-ci.yml

Lines changed: 2 additions & 2 deletions
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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
19+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
2020
- name: Setup node
2121
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
2222
with:
@@ -38,7 +38,7 @@ jobs:
3838
needs: verify
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
41+
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
4242
- name: Setup node
4343
uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3
4444
with:

0 commit comments

Comments
 (0)