mirror of
https://github.com/accelerator74/Cleaner.git
synced 2025-12-07 18:48:26 +00:00
Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
14a8f04555
commit
d3a7df01df
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -87,7 +87,7 @@ jobs:
|
|||||||
path: metamod-${{ matrix.mm_version }}
|
path: metamod-${{ matrix.mm_version }}
|
||||||
|
|
||||||
- name: Setting up Python
|
- name: Setting up Python
|
||||||
uses: actions/setup-python@v5
|
uses: actions/setup-python@v6
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user