From ca12f0276d85cc88b244ac75fcbbda9796283999 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 00:08:26 +0000 Subject: [PATCH] Bump mikefarah/yq from 4.52.4 to 4.52.5 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.52.4 to 4.52.5. - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](https://github.com/mikefarah/yq/compare/5a7e72a743649b1b3a47d1a1d8214f3453173c51...0f4fb8d35ec1a939d78dd6862f494d19ec589f19) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.52.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 3df3ae4..d7d6c7f 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@5a7e72a743649b1b3a47d1a1d8214f3453173c51 # v4.52.4 + uses: mikefarah/yq@0f4fb8d35ec1a939d78dd6862f494d19ec589f19 # v4.52.5 with: cmd: yq -i 'del( .repos[] | select(.rev == "rh-pre-commit-*"))' .pre-commit-config.yaml