From f4947fc015b02152f9184b6318444929e50a21ee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 05:59:54 +0000 Subject: [PATCH] chore(deps): update pre-commit-ci/lite-action action to v1.1.0 --- .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..505d354b06 100644 --- a/.github/workflows/pre-commit.yaml +++ b/.github/workflows/pre-commit.yaml @@ -25,5 +25,5 @@ jobs: - name: Pre-commit checks uses: pre-commit/action@v3.0.0 - name: pre-commit-ci-lite - uses: pre-commit-ci/lite-action@v1.0.1 + uses: pre-commit-ci/lite-action@v1.1.0 if: always()