Skip to content

Commit 3ef352a

Browse files
committed
Change python-publish-test.yml, seems to be not dev but v2
1 parent aa7499d commit 3ef352a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@dev
16+
- uses: actions/checkout@v2
1717
- name: Set up Python 3.8
18-
uses: actions/setup-python@v1
18+
uses: actions/setup-python@v2
1919
with:
2020
python-version: '3.8'
2121
- name: Install dependencies

0 commit comments

Comments
 (0)