From 37c3fda72388fa992f1b098fd96bf00e829f65c5 Mon Sep 17 00:00:00 2001 From: JasonGrace2282 Date: Wed, 15 May 2024 18:15:14 -0400 Subject: [PATCH] fix ci --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4094dc7..86647af1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,4 +31,4 @@ jobs: # Only use this until pre-commit ci is added # The README lists that as the recommended solution - name: Check formatting and linting - uses: pre-commit/action@v3 + uses: pre-commit/action@v3.0.1