Skip to content

Commit c040a1a

Browse files
chore(deps): update actions/checkout digest to 24cb908
1 parent 0355b21 commit c040a1a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/compile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: [16.x]
1919

2020
steps:
21-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
21+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
2222
- name: Use Node.js ${{ matrix.node-version }}
2323
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
2424
with:

.github/workflows/eslint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
node-version: [16.x]
1919

2020
steps:
21-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
21+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
2222
- name: Use Node.js ${{ matrix.node-version }}
2323
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
2424
with:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: [16.x]
1515

1616
steps:
17-
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # tag=v3
17+
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3
1818
- name: Use Node.js ${{ matrix.node-version }}
1919
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # tag=v3
2020
with:

0 commit comments

Comments
 (0)