Skip to content
Snippets Groups Projects
Commit 41158f16 authored by dependabot[bot]'s avatar dependabot[bot] Committed by Andreas Klöckner
Browse files

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: default avatardependabot[bot] <support@github.com>
parent 25e91072
No related branches found
No related tags found
No related merge requests found
Pipeline #547735 failed
...@@ -14,7 +14,7 @@ jobs: ...@@ -14,7 +14,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- -
uses: actions/setup-python@v4 uses: actions/setup-python@v5
with: with:
# matches compat target in setup.py # matches compat target in setup.py
python-version: '3.8' python-version: '3.8'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment