Skip to content

Commit 377c365

Browse files
committed
chore(action): update actions/checkout digest to 8f4b7f8
1 parent 52e4d03 commit 377c365

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
@@ -17,7 +17,7 @@ jobs:
1717
verify:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
20+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
2121
- name: Read .nvmrc
2222
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
2323
id: nvm
@@ -31,7 +31,7 @@ jobs:
3131
needs: verify
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
34+
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
3535
- name: Read .nvmrc
3636
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
3737
id: nvm

0 commit comments

Comments
 (0)