From 1bfdc456f526a9f676fb1c4ebd73bcc893835d6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 23:36:25 +0000 Subject: [PATCH] Bump mikefarah/yq in the actions-dependency group across 1 directory Bumps the actions-dependency group with 1 update in the / directory: [mikefarah/yq](https://github.com/mikefarah/yq). Updates `mikefarah/yq` from 4.43.1 to 4.44.2 - [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/v4.43.1...v4.44.2) --- 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] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index ab201a8..a9f7389 100644 --- a/action.yml +++ b/action.yml @@ -65,7 +65,7 @@ runs: steps: - name: get chart name id: chart_name - uses: mikefarah/yq@v4.43.1 + uses: mikefarah/yq@v4.44.2 with: cmd: "yq eval '.name' ${{ inputs.chart_dir }}/Chart.yaml"