From 9274aac67b9c78d2fdc6aa349c75409675a3c952 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 03:25:32 +0000 Subject: [PATCH] chore(deps): update pre-commit-ci/lite-action action to v1.1.0 --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 1d432c8d8c9..4004c80fb38 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -99,5 +99,5 @@ jobs: pre-commit run --show-diff-on-failure --color=always "${EXTRA_ARGS[@]}" - name: 'pre-commit-ci-lite: Apply automatic fixes' - uses: pre-commit-ci/lite-action@1384014f1a0d9c9e0656844e4e6e0f3554b1b3e7 # v1.0.3 + uses: pre-commit-ci/lite-action@5d6cc0eb514c891a40562a58a8e71576c5c7fb43 # v1.1.0 if: always()