1
0
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:
Ivan Savenko 2024-01-15 12:03:15 +02:00 committed by GitHub
commit 656162dedf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -216,7 +216,7 @@ jobs:
mkdir -p ~/.local/share/vcmi/
mv h3_assets/* ~/.local/share/vcmi/
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
if: "${{ matrix.conan_profile != '' }}"
with:
python-version: '3.10'
@ -376,7 +376,7 @@ jobs:
env:
VCMI_BUILD_PLATFORM: x64
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
if: "${{ matrix.conan_profile != '' }}"
with:
python-version: '3.10'