build(deps): bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
f741122ffb
commit
4d040b7057
2
.github/workflows/code_coverage.yml
vendored
2
.github/workflows/code_coverage.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
|||||||
- name: Run simulator image
|
- name: Run simulator image
|
||||||
run: docker run --name simulator --network=host hwi/ledger_emulator &
|
run: docker run --name simulator --network=host hwi/ledger_emulator &
|
||||||
- name: Install Python
|
- name: Install Python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.9'
|
python-version: '3.9'
|
||||||
- name: Install python dependencies
|
- name: Install python dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user