From 810a0afb2d3d73064df39e04a6d576dd6487cdc4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 04:47:04 +0000 Subject: [PATCH] Bump mikefarah/yq from 4.50.1 to 4.52.2 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.50.1 to 4.52.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/v4.50.1...v4.52.2) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.52.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/chartrelease.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chartrelease.yaml b/.github/workflows/chartrelease.yaml index f53ca99..3af32b7 100644 --- a/.github/workflows/chartrelease.yaml +++ b/.github/workflows/chartrelease.yaml @@ -34,7 +34,7 @@ jobs: git config user.email "github-actions[bot]@users.noreply.github.com" - name: Install yq - uses: mikefarah/yq@v4.50.1 + uses: mikefarah/yq@v4.52.2 - name: Validate Helm chart with lint run: |