From 2247d072b2dc1e1d1f043ef5c3327b8995ddb464 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 08:27:27 +0000 Subject: [PATCH] Update garethahealy/pre-commit-action action to v4.6.1 --- .github/workflows/precommit-validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/precommit-validate.yml b/.github/workflows/precommit-validate.yml index 10f4d3b..ba238a4 100644 --- a/.github/workflows/precommit-validate.yml +++ b/.github/workflows/precommit-validate.yml @@ -29,7 +29,7 @@ jobs: with: cmd: yq -i 'del( .repos[] | select(.rev == "rh-pre-commit-*"))' .pre-commit-config.yaml - - uses: garethahealy/pre-commit-action@c93005939a88ad60af0f8334b1e42ab91c30ad75 # v4.6.0 + - uses: garethahealy/pre-commit-action@b9b3eedc18230d01ce1d0d44683dacd87beedfd2 # v4.6.1 - name: Check if there are changes id: changes