Skip to content

Commit 09b1905

Browse files
chore(deps): bump mikefarah/yq (eclipse-tractusx#2550)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 93f7dee commit 09b1905

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • .github/actions/update-version-and-charts

.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)