mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-11 09:59:19 -04:00
ci: pin psf/black action to commit SHA, fixes #9317
This commit is contained in:
parent
5070066c3b
commit
943627131a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/black.yaml
vendored
2
.github/workflows/black.yaml
vendored
|
|
@ -15,6 +15,6 @@ jobs:
|
|||
timeout-minutes: 5
|
||||
steps:
|
||||
- uses: actions/checkout@v6
|
||||
- uses: psf/black@stable
|
||||
- uses: psf/black@6305bf1ae645ab7541be4f5028a86239316178eb # 26.1.0
|
||||
with:
|
||||
version: "~= 24.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue