From 9466f0098bdc37b7d422ba8912e66c34d6da9867 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 07:24:41 +0000 Subject: [PATCH] chore(deps): bump mikefarah/yq from 4.44.1 to 4.44.2 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.44.1 to 4.44.2. - [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.1...v4.44.2) --- 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 639ac880aa..010c312c8a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -23,12 +23,12 @@ jobs: - uses: actions/checkout@v4 - name: Update Chart.yaml appVersion - uses: mikefarah/yq@v4.44.1 + uses: mikefarah/yq@v4.44.2 with: cmd: yq -i eval '.appVersion = "${{ inputs.new-irs-version }}"' charts/item-relationship-service/Chart.yaml - name: Update Chart.yaml version - uses: mikefarah/yq@v4.44.1 + uses: mikefarah/yq@v4.44.2 with: cmd: yq -i eval '.version = "${{ inputs.helm-chart-version }}"' charts/item-relationship-service/Chart.yaml