Skip to content

Commit 3732ac6

Browse files
committed
Fix
1 parent 2480173 commit 3732ac6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
runs-on: ubuntu-latest
2323

2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v2
2626
- name: Set up Python
27-
uses: actions/setup-python@v3
27+
uses: actions/setup-python@v2
2828
with:
2929
python-version: '3.7.3'
3030
- name: Install dependencies

0 commit comments

Comments
 (0)