From f4c8e4a1dc98d221eabd137bb71459ebec9de254 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 07:21:44 +0000 Subject: [PATCH] chore(ci): bump mikefarah/yq from 4.44.6 to 4.52.5 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.44.6 to 4.52.5. - [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.44.6...v4.52.5) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.52.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 08d68e8..40b2bfd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -303,7 +303,7 @@ jobs: - name: Update backend image tag in preprod manifest if: steps.pat-check.outputs.available == 'true' - uses: mikefarah/yq@v4.44.6 + uses: mikefarah/yq@v4.52.5 env: IMAGE: ${{ steps.tag.outputs.backend_image }} with: @@ -313,7 +313,7 @@ jobs: - name: Update frontend image tag in preprod manifest if: steps.pat-check.outputs.available == 'true' - uses: mikefarah/yq@v4.44.6 + uses: mikefarah/yq@v4.52.5 env: IMAGE: ${{ steps.tag.outputs.frontend_image }} with: