diff options
| author | Natalia <124304+nessita@users.noreply.github.com> | 2026-02-24 16:21:05 -0300 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2026-02-24 16:41:06 -0300 |
| commit | a73eed2b5d6dbc78e95482dbd79809b4bd6dd1fd (patch) | |
| tree | 7c5a64a834199495a4a5489cef3ce863c1192945 /.github | |
| parent | 490e49556449edc6d566017342c62473ca2a309b (diff) | |
[5.2.x] Pinned black == 25.12.0 in GitHub actions, pre-commit and test requirements.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/linters.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 936f2f90e5..dfe5afd8a3 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -68,7 +68,7 @@ jobs: with: persist-credentials: false - name: black - uses: psf/black@stable + uses: psf/black@25.12.0 zizmor: runs-on: ubuntu-latest |
