Skip to content

Commit 16170f1

Browse files
authored
Update workflow.yml
1 parent fa32d90 commit 16170f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@ jobs:
4848
run: python __tests__/verify-python.py 3.6
4949

5050
- name: Run with setup-python 3.7
51-
uses: ./
51+
uses: actions/setup-python@main
5252
with:
5353
python-version: 3.7
5454
- name: Verify 3.7
5555
run: python __tests__/verify-python.py 3.7
5656

5757
- name: Run with setup-python 3.8
58-
uses: ./
58+
uses: actions/setup-python@main
5959
with:
6060
python-version: 3.8
6161
- name: Verify 3.8

0 commit comments

Comments
 (0)