From 892a6d6dd20432bd27f22c5c7bdc4851e778eb9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 02:22:24 +0000 Subject: [PATCH] Bump mikefarah/yq from 4.44.3 to 4.49.1 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.44.3 to 4.49.1. - [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.44.3...v4.49.1) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.49.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/helm-publish.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-publish.yaml b/.github/workflows/helm-publish.yaml index 96552e2..59ca858 100644 --- a/.github/workflows/helm-publish.yaml +++ b/.github/workflows/helm-publish.yaml @@ -18,7 +18,7 @@ jobs: with: token: ${{ secrets.GITHUB_TOKEN }} - name: Install yq - uses: mikefarah/yq@v4.44.3 + uses: mikefarah/yq@v4.49.1 with: cmd: yq --version - name: Login to GHCR