Skip to content

Commit

Permalink
chore(deps): bump mikefarah/yq from 4.35.2 to 4.41.1
Browse files Browse the repository at this point in the history
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](mikefarah/yq@a198f72...0476945)

---
updated-dependencies:
- dependency-name: mikefarah/yq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 16, 2024
1 parent 668d555 commit 76266e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76266e8

Please sign in to comment.