From ba84a7c1de70fa119dc8fbacd5aed42bcee7a067 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 May 2025 13:30:34 +0000 Subject: [PATCH] chore(deps): update mikefarah/yq action to v4.45.4 --- .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 75cc65dc..8c9331c8 100644 --- a/.github/workflows/bump-version.yaml +++ b/.github/workflows/bump-version.yaml @@ -81,7 +81,7 @@ jobs: - name: Get version if: steps.command.outputs.command-name == 'bump' id: get_version - uses: mikefarah/yq@734e2cd25402f10f51351c4034625043f07e7b06 # v4.45.3 + uses: mikefarah/yq@b534aa9ee5d38001fba3cd8fe254a037e4847b37 # v4.45.4 with: cmd: yq ".version" charts/backstage/Chart.yaml @@ -94,7 +94,7 @@ jobs: - name: Bump the version if: steps.command.outputs.command-name == 'bump' - uses: mikefarah/yq@734e2cd25402f10f51351c4034625043f07e7b06 # v4.45.3 + uses: mikefarah/yq@b534aa9ee5d38001fba3cd8fe254a037e4847b37 # v4.45.4 with: cmd: yq -i '.version = "${{ steps.semver.outputs.new_version }}"' charts/backstage/Chart.yaml