mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-26 22:57:00 +02:00
Merge pull request #3494 from vcmi/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
This commit is contained in:
commit
656162dedf
4
.github/workflows/github.yml
vendored
4
.github/workflows/github.yml
vendored
@ -216,7 +216,7 @@ jobs:
|
|||||||
mkdir -p ~/.local/share/vcmi/
|
mkdir -p ~/.local/share/vcmi/
|
||||||
mv h3_assets/* ~/.local/share/vcmi/
|
mv h3_assets/* ~/.local/share/vcmi/
|
||||||
|
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v5
|
||||||
if: "${{ matrix.conan_profile != '' }}"
|
if: "${{ matrix.conan_profile != '' }}"
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
@ -376,7 +376,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
VCMI_BUILD_PLATFORM: x64
|
VCMI_BUILD_PLATFORM: x64
|
||||||
|
|
||||||
- uses: actions/setup-python@v4
|
- uses: actions/setup-python@v5
|
||||||
if: "${{ matrix.conan_profile != '' }}"
|
if: "${{ matrix.conan_profile != '' }}"
|
||||||
with:
|
with:
|
||||||
python-version: '3.10'
|
python-version: '3.10'
|
||||||
|
Loading…
Reference in New Issue
Block a user