Skip to content

Commit f92274b

Browse files
authored
directory_writer: actions/checkout@v1 # Use v1, NOT v2 (#1796
1 parent cb5f8c6 commit f92274b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/directory_writer.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
build:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2
9+
- uses: actions/checkout@v1 # v1, NOT v2
1010
- uses: actions/setup-python@v1
1111
with:
1212
python-version: 3.x

0 commit comments

Comments
 (0)