Skip to content

Commit 6f2cef6

Browse files
committed
Update tests
1 parent 3ca1bf6 commit 6f2cef6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-20.04
1919
if: github.repository_owner == 'hwdsl2'
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # 2.4.0
2222
with:
2323
persist-credentials: false
2424
- name: Check

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-20.04
2222
if: github.repository_owner == 'hwdsl2'
2323
steps:
24-
- uses: actions/checkout@v2
24+
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # 2.4.0
2525
with:
2626
persist-credentials: false
2727
- name: Check
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-20.04
4848
if: github.repository_owner == 'hwdsl2'
4949
steps:
50-
- uses: actions/checkout@v2
50+
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # 2.4.0
5151
with:
5252
persist-credentials: false
5353
- name: Check

0 commit comments

Comments
 (0)