From 9ffba26c7587b1c8d552b30e4782cba621742d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 23:05:47 +0000 Subject: [PATCH] build(deps): bump mikefarah/yq in the action-packages group Bumps the action-packages group with 1 update: [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/v4.53.2...v4.53.3) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-version: 4.53.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: action-packages ... Signed-off-by: dependabot[bot] --- .github/workflows/build-push.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-push.yml b/.github/workflows/build-push.yml index 728dd0f..8d45ffa 100644 --- a/.github/workflows/build-push.yml +++ b/.github/workflows/build-push.yml @@ -52,12 +52,12 @@ jobs: token: ${{ secrets.GITOPS_STAGING_EDIT_TOKEN }} - name: Edit the YAML llsp-worker file for staging - uses: mikefarah/yq@v4.53.2 + uses: mikefarah/yq@v4.53.3 with: cmd: yq e -i '.spec.template.spec.containers[] |= select(.name == "llsp-worker").image = "ghcr.io/fiaisis/llsp-worker@${{ steps.worker_build.outputs.digest }}"' './components/llsp-worker/envs/staging/llsp-worker.yml' - name: Edit the YAML llsp-api file for staging - uses: mikefarah/yq@v4.53.2 + uses: mikefarah/yq@v4.53.3 with: cmd: yq e -i '.spec.template.spec.containers[] |= select(.name == "llsp-api").image = "ghcr.io/fiaisis/llsp-api@${{ steps.api_build.outputs.digest }}"' './components/llsp-api/envs/staging/llsp-api.yml'