Skip to content

Commit 0a1993f

Browse files
authored
Use checkout action in nightly workflow (#5591)
1 parent 86f8d98 commit 0a1993f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/nightly.yml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
needs: build-and-publish-nightly
3333
runs-on: ubuntu-latest
3434
steps:
35+
- uses: actions/checkout@v2
3536
- name: Set up Python
3637
uses: actions/setup-python@v2
3738
with:

0 commit comments

Comments
 (0)