mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-08-21 05:49:33 +03:00
ci: bump actions/setup-python from 3 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v3...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:
committed by
Pino Toscano
parent
1709dc8294
commit
afc55ac0b9
2
.github/workflows/black.yml
vendored
2
.github/workflows/black.yml
vendored
@ -11,7 +11,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v3
|
||||
- uses: actions/setup-python@v5
|
||||
- uses: pre-commit/action@v3.0.1
|
||||
with:
|
||||
extra_args: black --all-files
|
||||
|
Reference in New Issue
Block a user