From f4530c6e8e7f090c4f26438a3bd89ef6705e8fa3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Dec 2023 01:51:34 +0000 Subject: [PATCH] chore(deps): update mikefarah/yq action to v4.40.4 --- .github/workflows/bump-version.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index ac7f0d23..a86fbf31 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -61,7 +61,7 @@ jobs: - name: Get version if: steps.command.outputs.command-name id: get_version - uses: mikefarah/yq@c11a53322bce866fbfa3032e326f58c89e8c0759 # v4.40.3 + uses: mikefarah/yq@1c3d55106075bd37df197b4bc03cb4a413fdb903 # v4.40.4 with: cmd: yq ".version" charts/backstage/Chart.yaml @@ -74,7 +74,7 @@ jobs: - name: Bump the version if: steps.command.outputs.command-name - uses: mikefarah/yq@c11a53322bce866fbfa3032e326f58c89e8c0759 # v4.40.3 + uses: mikefarah/yq@1c3d55106075bd37df197b4bc03cb4a413fdb903 # v4.40.4 with: cmd: yq -i '.version = "${{ steps.semver.outputs.new_version }}"' charts/backstage/Chart.yaml