From a16bf0e030a900407d08c921afeacfe26bbc1367 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 17:38:40 +0000 Subject: [PATCH] chore(deps): bump mikefarah/yq Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 1dee08aa38504dc16ec6528d833024129ba67090 to a198f72367ce9da70b564a2cc25399de8e27bf37. - [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/1dee08aa38504dc16ec6528d833024129ba67090...a198f72367ce9da70b564a2cc25399de8e27bf37) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production ... 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 138a405..23e3f74 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@1dee08aa38504dc16ec6528d833024129ba67090 # master + uses: mikefarah/yq@a198f72367ce9da70b564a2cc25399de8e27bf37 # master with: cmd: | yq -i e '.version = "${{ env.RELEASE_VERSION }}"' chart/Chart.yaml