From c3b6b209aaaffdc882783e589b664ebb1e25cc4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2024 22:46:31 +0000 Subject: [PATCH] chore(deps): update pre-commit-ci/lite-action action to v1.1.0 --- .github/workflows/triageops.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/triageops.yml b/.github/workflows/triageops.yml index 8007985..20cdaed 100644 --- a/.github/workflows/triageops.yml +++ b/.github/workflows/triageops.yml @@ -17,7 +17,7 @@ jobs: # DO NOT DO THIS ON CI - THINGS MAY GO WRONG, OR WORSE CAUSE SECURITY BACKPAIN - run: devbox shell --print-env | tee --append $GITHUB_PATH >> /dev/null - uses: pre-commit/action@v3.0.0 - - uses: pre-commit-ci/lite-action@v1.0.1 + - uses: pre-commit-ci/lite-action@v1.1.0 if: always() with: msg: "chore(global): fix some issues flagged by pre-commit"