Skip to content

Commit e178af4

Browse files
authored
actions/setup-python@v2
1 parent a29a2a3 commit e178af4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/directory_writer.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v1 # v1, NOT v2
10-
- uses: actions/setup-python@v1
10+
- uses: actions/setup-python@v2
1111
with:
1212
python-version: 3.x
1313
- name: Write DIRECTORY.md
@@ -20,4 +20,4 @@ jobs:
2020
run: |
2121
git add DIRECTORY.md
2222
git commit -am "updating DIRECTORY.md" || true
23-
git push --force origin HEAD:$GITHUB_REF || true
23+
git push --force origin HEAD:$GITHUB_REF || true

0 commit comments

Comments
 (0)