diff options
| author | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2025-03-25 17:19:07 +0100 |
|---|---|---|
| committer | nessita <124304+nessita@users.noreply.github.com> | 2025-03-25 14:11:32 -0300 |
| commit | e38a80773d4eace4d41628154c68fe3c902258c2 (patch) | |
| tree | cb92138a3e3d8c4220d3e4ab9debbee23ca3aa45 /.github | |
| parent | 3266f2516c27dd25abebe8e8f7b8778650ab4f18 (diff) | |
[5.1.x] Pinned black == 24.10.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 7c64dc98ff..4f24db61f0 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -59,4 +59,4 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: black - uses: psf/black@stable + uses: psf/black@24.10.0 |
