Skip to content

Commit

Permalink
Bump mikefarah/yq from 4.43.1 to 4.44.1 in the actions-dependency group
Browse files Browse the repository at this point in the history
Bumps the actions-dependency group with 1 update: [mikefarah/yq](https://github.com/mikefarah/yq).


Updates `mikefarah/yq` from 4.43.1 to 4.44.1
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](mikefarah/yq@v4.43.1...v4.44.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent 9aa5cee commit 3443418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ runs:
steps:
- name: get chart name
id: chart_name
uses: mikefarah/yq@v4.43.1
uses: mikefarah/yq@v4.44.1
with:
cmd: "yq eval '.name' ${{ inputs.chart_dir }}/Chart.yaml"

Expand Down

0 comments on commit 3443418

Please sign in to comment.