change setup-python workflow to direct github link because it is not mirrored
This commit is contained in:
parent
df73b149df
commit
282f651783
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: actions/setup-python@v3
|
- uses: https://github.com/actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: 3.9
|
python-version: 3.9
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue