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] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-03-30 07:21:44 +00:00
committed by GitHub
parent 6e7139645b
commit f4c8e4a1dc
+2 -2
View File
@@ -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: