Skip to content

Commit 6edbf42

Browse files
committed
try to avoid git error in actions..
1 parent afe25c7 commit 6edbf42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
test:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717

1818
- name: Run tests
1919
run: ./util/github-action-test.sh t

0 commit comments

Comments
 (0)