Skip to content

Commit 05e58bc

Browse files
dependabot[bot]Javier Garcia Ordonez
andauthored
Bump actions/setup-python from 4 to 5 + Upgrade machine for CI
* 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](actions/setup-python@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> * update from deprecated Ubuntu GitHub CI image --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Javier Garcia Ordonez <ordonez@zmt.swiss>
1 parent ecf6164 commit 05e58bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
python: [3.9]
17-
os: [ubuntu-20.04]
17+
os: [ubuntu-24.04]
1818
docker_buildx: [v0.8.2]
1919
fail-fast: false
2020
steps:
@@ -26,7 +26,7 @@ jobs:
2626
version: ${{ matrix.docker_buildx }}
2727
driver: docker-container
2828
- name: setup python environment
29-
uses: actions/setup-python@v4
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: ${{ matrix.python }}
3232
cache: "pip"

0 commit comments

Comments
 (0)