Skip to content

Commit ca46778

Browse files
committed
chore(action): update actions/checkout digest to 83b7061
1 parent d137f66 commit ca46778

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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
19+
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # 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@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
13+
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3
1414
- name: Setup node
1515
uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
1616
with:

0 commit comments

Comments
 (0)