We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb5f8c6 commit f92274bCopy full SHA for f92274b
.github/workflows/directory_writer.yml
@@ -6,7 +6,7 @@ jobs:
6
build:
7
runs-on: ubuntu-latest
8
steps:
9
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v1 # v1, NOT v2
10
- uses: actions/setup-python@v1
11
with:
12
python-version: 3.x
0 commit comments