mirror of https://github.com/xemu-project/xemu.git
ci: bump actions/setup-python from 5.1.0 to 5.5.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.1.0 to 5.5.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5.1.0...v5.5.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
8a2bd21bcb
commit
ce7e228afa
|
@ -305,7 +305,7 @@ jobs:
|
|||
name: src.tar.gz
|
||||
- name: Extract source package
|
||||
run: tar xf src.tar.gz
|
||||
- uses: actions/setup-python@v5.1.0
|
||||
- uses: actions/setup-python@v5.5.0
|
||||
with:
|
||||
python-version: '3.12'
|
||||
- name: Install dependencies
|
||||
|
|
Loading…
Reference in New Issue