From eb69f280aa7d45d46ecfac7ee37f8639e365f91a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 03:24:12 +0000 Subject: [PATCH] update: bump mikefarah/yq Bumps the gh-actions-packages group with 1 update in the / 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: gh-actions-packages ... Signed-off-by: dependabot[bot] --- .github/workflows/101_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/101_build.yml b/.github/workflows/101_build.yml index 356c18419..2e52ca9e6 100644 --- a/.github/workflows/101_build.yml +++ b/.github/workflows/101_build.yml @@ -64,17 +64,17 @@ jobs: uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - name: Get chart version id: get_chart_version - uses: mikefarah/yq@751d8ad57b84f1794661bc70c0afb92a22ad7b3c # v4.53.2 + uses: mikefarah/yq@1b9b4ac5187171d2e5e3129be0cfa827c7f9d53d # v4.53.3 with: cmd: yq '.version' charts/connaisseur/Chart.yaml - name: Get app version id: get_app_version - uses: mikefarah/yq@751d8ad57b84f1794661bc70c0afb92a22ad7b3c # v4.53.2 + uses: mikefarah/yq@1b9b4ac5187171d2e5e3129be0cfa827c7f9d53d # v4.53.3 with: cmd: yq '.appVersion' charts/connaisseur/Chart.yaml - name: Get original image id: get_original_image_repository - uses: mikefarah/yq@751d8ad57b84f1794661bc70c0afb92a22ad7b3c # v4.53.2 + uses: mikefarah/yq@1b9b4ac5187171d2e5e3129be0cfa827c7f9d53d # v4.53.3 with: cmd: yq '.kubernetes.deployment.image.repository' charts/connaisseur/values.yaml - name: Get repo name