From a9e63e4829afd7369cac13708b8cae4b7a3fad0e Mon Sep 17 00:00:00 2001 From: Bobbyperson Date: Tue, 8 Oct 2024 09:16:00 -0400 Subject: [PATCH] ci: Use tagged version of black linting action (#65) Instead of relying on master branch which could randomly break. --- .github/workflows/format-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-check.yml b/.github/workflows/format-check.yml index aa48234..709945d 100644 --- a/.github/workflows/format-check.yml +++ b/.github/workflows/format-check.yml @@ -7,4 +7,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: jpetrucciani/black-check@master + - uses: jpetrucciani/black-check@24.10.0