From 14e74476351f22260d0657ed43af20e2a5a360c4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 3 May 2025 10:04:47 +0000 Subject: [PATCH] chore(deps): update mikefarah/yq action to v4.45.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 43f4da8d..770a761c 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@8bf425b4d1344db7cd469a8d10a390876e0c77fd # v4.45.1 + uses: mikefarah/yq@c59fa8de59f1f5a16fdbfd1e2a6e97a1b42a64b9 # v4.45.2 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@8bf425b4d1344db7cd469a8d10a390876e0c77fd # v4.45.1 + uses: mikefarah/yq@c59fa8de59f1f5a16fdbfd1e2a6e97a1b42a64b9 # v4.45.2 with: cmd: yq -i '.version = "${{ steps.semver.outputs.new_version }}"' charts/backstage/Chart.yaml