From e5ea0ccad5c0660dd12d0b6bc7ed9c50dce5cb8f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 11:07:32 +0000 Subject: [PATCH] chore(deps): bump mikefarah/yq from 4.44.3 to 4.44.5 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.44.3 to 4.44.5. - [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.44.5) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9da381260..ed77b48a3 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -122,12 +122,12 @@ jobs: sed -i '0,/version: ${{ env.SEMVER_PATTERN_SED }}/s//version: ${{ inputs.irs-version }}/' ${{ env.OPENAPI_SPEC_PATH }} - name: Update Chart.yaml appVersion - uses: mikefarah/yq@v4.44.3 + uses: mikefarah/yq@v4.44.5 with: cmd: yq -i eval '.appVersion = "${{ inputs.irs-version }}"' ${{ env.HELM_CHART_PATH }}/Chart.yaml - name: Update Chart.yaml version - uses: mikefarah/yq@v4.44.3 + uses: mikefarah/yq@v4.44.5 with: cmd: yq -i eval '.version = "${{ inputs.helm-chart-version }}"' ${{ env.HELM_CHART_PATH }}/Chart.yaml