From 15a171de8c79b0de32c51ae67f89a173314cfe0e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 10:56:47 +0000 Subject: [PATCH] Update mikefarah/yq action to v4.53.6 --- .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 d7d6c7f..3ae84a4 100644 --- a/.github/workflows/precommit-validate.yml +++ b/.github/workflows/precommit-validate.yml @@ -18,7 +18,7 @@ jobs: python-version: 3.x - name: Remove rh-pre-commit hook (requires VPN) - uses: mikefarah/yq@0f4fb8d35ec1a939d78dd6862f494d19ec589f19 # v4.52.5 + uses: mikefarah/yq@c14f446382944492701b16c1ddb48bb9dbe683e3 # v4.53.6 with: cmd: yq -i 'del( .repos[] | select(.rev == "rh-pre-commit-*"))' .pre-commit-config.yaml