Merge pull request #59681 from qgis/dependabot/github_actions/actions/setup-python-5

Bump actions/setup-python from 4 to 5
This commit is contained in:
Matthias Kuhn 2024-12-01 21:39:53 +01:00 committed by GitHub
commit f041077a36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- uses: pre-commit/action@v3.0.1