Skip to content

Commit 854c26b

Browse files
committed
back to v1 checkout
1 parent 985f6fa commit 854c26b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ jobs:
307307
needs: [gpu_tests, checks]
308308
if: startsWith(github.ref, 'refs/tags/')
309309
steps:
310-
- uses: actions/checkout@v3
310+
- uses: actions/checkout@v1 # needs v1 for now
311311

312312
- name: Setup Python
313313
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)