mirror of
https://github.com/borgbackup/borg.git
synced 2025-01-03 13:45:31 +00:00
upgrade black to 23.1.0
work around the current github actions issue by just using the latest version: https://github.com/psf/black/issues/3538
This commit is contained in:
parent
8af9eb47c2
commit
96862787db
2 changed files with 2 additions and 2 deletions
2
.github/workflows/black.yaml
vendored
2
.github/workflows/black.yaml
vendored
|
@ -10,4 +10,4 @@ jobs:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: psf/black@22.6.0
|
- uses: psf/black@23.1.0
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
black==22.6.0
|
black==23.1.0
|
||||||
|
|
Loading…
Reference in a new issue