Skip to content

Commit 9ffba26

Browse files
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](mikefarah/yq@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] <support@github.com>
1 parent b66fac2 commit 9ffba26

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ jobs:
5252
token: ${{ secrets.GITOPS_STAGING_EDIT_TOKEN }}
5353

5454
- name: Edit the YAML llsp-worker file for staging
55-
uses: mikefarah/yq@v4.53.2
55+
uses: mikefarah/yq@v4.53.3
5656
with:
5757
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'
5858

5959
- name: Edit the YAML llsp-api file for staging
60-
uses: mikefarah/yq@v4.53.2
60+
uses: mikefarah/yq@v4.53.3
6161
with:
6262
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'
6363

0 commit comments

Comments
 (0)