From 6f8cdba88e760bbf19056b254d3aed7f60db6b30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 23:01:15 +0100 Subject: [PATCH] Bump pre-commit/action from 3.0.0 to 3.0.1 (#249) --- .github/workflows/pre-commit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index c94f62f9..8568e11b 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -46,11 +46,11 @@ jobs: shared-key: ${{ github.workflow }}-${{ github.job }} - name: Detect code style issues (push) - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 if: github.event_name == 'push' - name: Detect code style issues (pull_request) - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 if: github.event_name == 'pull_request' env: SKIP: no-commit-to-branch