From e2a341aaa8dccaf1e54fc7927929aac9fe7f5ce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jun 2026 04:15:12 +0000 Subject: [PATCH] chore(deps): bump mikefarah/yq Bumps the github-actions-dependencies group with 1 update in the /actions/helm/update-chart-values directory: [mikefarah/yq](https://github.com/mikefarah/yq). Updates `mikefarah/yq` from 4.53.2 to 4.53.3 - [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/751d8ad57b84f1794661bc70c0afb92a22ad7b3c...1b9b4ac5187171d2e5e3129be0cfa827c7f9d53d) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.53.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- actions/helm/update-chart-values/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actions/helm/update-chart-values/action.yml b/actions/helm/update-chart-values/action.yml index 9d1847e5..b418ca51 100644 --- a/actions/helm/update-chart-values/action.yml +++ b/actions/helm/update-chart-values/action.yml @@ -91,7 +91,7 @@ runs: core.setOutput('yq-command', yqCommands.join('\n')); - if: ${{ steps.chart-values-updates.outputs.yq-command != '' }} - uses: mikefarah/yq@751d8ad57b84f1794661bc70c0afb92a22ad7b3c # v4.53.2 + uses: mikefarah/yq@1b9b4ac5187171d2e5e3129be0cfa827c7f9d53d # v4.53.3 env: YQ_COMMAND: ${{ steps.chart-values-updates.outputs.yq-command }} with: