From bc76ed976ed9a5f369a92f484324dec7e531e1ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 13:38:07 +0000 Subject: [PATCH] chore(deps): update mikefarah/yq action to v4.47.2 --- .github/workflows/bump-version.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump-version.yaml b/.github/workflows/bump-version.yaml index 461986c9..0e23ab84 100755 --- a/.github/workflows/bump-version.yaml +++ b/.github/workflows/bump-version.yaml @@ -96,7 +96,7 @@ jobs: - name: Get version if: steps.command.outputs.command-name == 'bump' id: get_version - uses: mikefarah/yq@f03c9dc599c37bfcaf533427211d05e51e6fee64 # v4.47.1 + uses: mikefarah/yq@6251e95af8df3505def48c71f3119836701495d6 # v4.47.2 with: cmd: yq ".version" charts/${{ steps.command.outputs.chart-name }}/Chart.yaml @@ -109,7 +109,7 @@ jobs: - name: Bump the version if: steps.command.outputs.command-name == 'bump' - uses: mikefarah/yq@f03c9dc599c37bfcaf533427211d05e51e6fee64 # v4.47.1 + uses: mikefarah/yq@6251e95af8df3505def48c71f3119836701495d6 # v4.47.2 with: cmd: yq -i '.version = "${{ steps.semver.outputs.new_version }}"' charts/${{ steps.command.outputs.chart-name }}/Chart.yaml