From 995344201260f49388b61e8ceb5c2ea9fd2e7b27 Mon Sep 17 00:00:00 2001 From: Dragorn421 Date: Fri, 13 Mar 2026 14:54:59 +0100 Subject: [PATCH] Update black-lint GHA --- .github/workflows/black-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/black-lint.yml b/.github/workflows/black-lint.yml index e0b5e1379..f6daadad2 100644 --- a/.github/workflows/black-lint.yml +++ b/.github/workflows/black-lint.yml @@ -9,5 +9,5 @@ jobs: permissions: {} # Remove all permissions runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - uses: psf/black@23.12.1