Skip to content

Commit 9c6648c

Browse files
committed
chore(action): update actions/checkout digest to 83b7061
1 parent eed02f4 commit 9c6648c

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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
20+
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
34+
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3
3535
- name: Read .nvmrc
3636
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
3737
id: nvm

0 commit comments

Comments
 (0)