From 76266e834fe9398eec77fade42b69f1c186e6a35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Feb 2024 17:20:00 +0000 Subject: [PATCH] chore(deps): bump mikefarah/yq from 4.35.2 to 4.41.1 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.35.2 to 4.41.1. - [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/a198f72367ce9da70b564a2cc25399de8e27bf37...047694546cad8f9eaac1627bbc8bcc502fdd88bf) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27cedbe..30d81aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -85,7 +85,7 @@ jobs: git fetch --prune --unshallow echo "RELEASE_VERSION=$(git describe --abbrev=0 --tags | sed -e 's/^v//')" >> $GITHUB_ENV - name: Update image tags - uses: mikefarah/yq@a198f72367ce9da70b564a2cc25399de8e27bf37 # master + uses: mikefarah/yq@047694546cad8f9eaac1627bbc8bcc502fdd88bf # master with: cmd: | yq -i e '.version = "${{ env.RELEASE_VERSION }}"' chart/Chart.yaml