Skip to content

Commit 7986922

Browse files
committed
chore(action): update actions/checkout digest to 8e5e7e5
1 parent ca46778 commit 7986922

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node-ci.yml

Lines changed: 1 addition & 1 deletion
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@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3
19+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
2020
- name: Read .nvmrc
2121
run: echo ::set-output name=NVMRC::$(cat .nvmrc)
2222
id: nvm

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
release:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3
13+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
1414
- name: Setup node
1515
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
1616
with:

0 commit comments

Comments
 (0)