Skip to content

Commit 92807af

Browse files
build(deps): bump mikefarah/yq (#357)
Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.50.1 to 4.52.2. - [Release notes](https://github.com/mikefarah/yq/releases) - [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt) - [Commits](mikefarah/yq@v4.50.1...v4.52.2) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.52.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe3a7d9 commit 92807af

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/update-version-and-charts

1 file changed

+1
-1
lines changed

.github/actions/update-version-and-charts/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
fi
4343
echo "version=$VERSION" >> "$GITHUB_OUTPUT"
4444
- name: Bump version in /charts
45-
uses: mikefarah/yq@v4.50.1
45+
uses: mikefarah/yq@v4.52.2
4646
with:
4747
cmd: |
4848
find charts -name Chart.yaml -maxdepth 3 | xargs -n1 yq -i '.appVersion = "${{ steps.resolver.outputs.version }}"

0 commit comments

Comments
 (0)