From f43778c0c025b58d85927cef8ee305ae03b3057f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 02:58:17 +0000 Subject: [PATCH] Bump mikefarah/yq from 4.44.3 to 4.49.2 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.44.3 to 4.49.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.44.3...v4.49.2) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.49.2 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..61ddd49 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.2 with: cmd: yq --version - name: Login to GHCR