From 3f13bab4f506afc1466ab662207b0c1e41e07a0a Mon Sep 17 00:00:00 2001 From: Robert Haschke Date: Wed, 16 Oct 2024 13:15:21 +0200 Subject: [PATCH] CI: Update action versions --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e3ad0f20..b45231ed 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,7 +29,7 @@ jobs: submodules: recursive - name: Install shellcheck run: sudo apt-get install shellcheck - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1 id: precommit - name: Upload pre-commit changes if: failure() && steps.precommit.outcome == 'failure'