mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-24 18:18:06 +00:00
Update setup-python action to Node 20
This commit is contained in:
parent
c4ce3e6323
commit
f34fad8858
1 changed files with 1 additions and 1 deletions
2
.github/workflows/windows-build.yml
vendored
2
.github/workflows/windows-build.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Python 3 setup
|
- name: Python 3 setup
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '~3.12'
|
python-version: '~3.12'
|
||||||
architecture: x64
|
architecture: x64
|
||||||
|
|
Loading…
Reference in a new issue