Skip to content

Commit c8c8f6c

Browse files
committed
chore(action): update actions/checkout digest to 8e5e7e5
1 parent 9c6648c commit c8c8f6c

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

0 commit comments

Comments
 (0)