Skip to content

Commit f83482f

Browse files
chore(deps): update actions/checkout digest to 8e5e7e5
1 parent 34c18e1 commit f83482f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
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@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
21+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
2222
- name: Use Node.js ${{ matrix.node-version }}
2323
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
2424
with:

.github/workflows/eslint.yml

Lines changed: 1 addition & 1 deletion
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@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3
21+
- uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3
2222
- name: Use Node.js ${{ matrix.node-version }}
2323
uses: actions/setup-node@eeb10cff27034e7acf239c5d29f62154018672fd # tag=v3
2424
with:

0 commit comments

Comments
 (0)