From 07f0e47d34ff89f34509e1b1bd088b28ad4022b5 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 06:03:09 +0000 Subject: [PATCH] chore(deps): update pre-commit/action action to v3.0.1 --- .github/workflows/pre-commit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yaml b/.github/workflows/pre-commit.yaml index 99fa456bf1..7fc30cb9b0 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -23,7 +23,7 @@ jobs: distribution: 'temurin' java-version: '17' - name: Pre-commit checks - uses: pre-commit/action@v3.0.0 + uses: pre-commit/action@v3.0.1 - name: pre-commit-ci-lite uses: pre-commit-ci/lite-action@v1.0.1 if: always()