From 68a34c79872e25acd1df92d80fcfd5eaf0ce51b4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 00:09:12 +0000 Subject: [PATCH] Bump mikefarah/yq from 4.52.5 to 4.53.2 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.52.5 to 4.53.2. - [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/0f4fb8d35ec1a939d78dd6862f494d19ec589f19...751d8ad57b84f1794661bc70c0afb92a22ad7b3c) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.53.2 dependency-type: direct:production update-type: version-update:semver-minor ... 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 d7d6c7f..f60672b 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@751d8ad57b84f1794661bc70c0afb92a22ad7b3c # v4.53.2 with: cmd: yq -i 'del( .repos[] | select(.rev == "rh-pre-commit-*"))' .pre-commit-config.yaml