From 4de91c05fc8c043f9258f57168fbe35d2f1f4a66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:16:59 +0000 Subject: [PATCH] chore(deps): update pre-commit-ci/lite-action action to v1.0.2 (#18) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 2fd8d76..e86bb6b 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -66,5 +66,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@2529d76d2c5ffdf2a85aa090c38949eada94d39d # v1.0.1 + uses: pre-commit-ci/lite-action@9d882e7a565f7008d4faf128f27d1cb6503d4ebf # v1.0.2 if: always()