Skip to content

Commit 75b1fda

Browse files
authoredSep 26, 2022
ci(action): update actions/checkout digest to e6d535c
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ed841b0 commit 75b1fda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- 16
1818
- 18
1919
steps:
20-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
20+
- uses: actions/checkout@e6d535c99c374d0c3f6d8cd8086a57b43c6c700a
2121
- name: Setup Node v${{ matrix.node_version }}
2222
uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b
2323
with:
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- run: exit 1
3939
if: ${{ needs.test_matrix.result != 'success' }}
40-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
40+
- uses: actions/checkout@e6d535c99c374d0c3f6d8cd8086a57b43c6c700a
4141
- uses: actions/setup-node@969bd2663942d722d85b6a8626225850c2f7be4b
4242
with:
4343
node-version: 16

0 commit comments

Comments
 (0)
Please sign in to comment.