chore(deps): bump mikefarah/yq from 4.40.5 to 4.42.1 (#4977)

Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.40.5 to 4.42.1.
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](dd64899434...9adde1ac14)

---
updated-dependencies:
- dependency-name: mikefarah/yq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-03-05 14:13:26 -07:00 committed by GitHub
parent 082f4cc0dc
commit 8a845c3168
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -81,7 +81,7 @@ jobs:
token: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
- name: Bump psql environment
uses: mikefarah/yq@dd648994340a5d03225d97abf19c9bf1086c3f07
uses: mikefarah/yq@9adde1ac14bb283b8955d2b0d567bcaf3c69e639
with:
cmd:
yq eval '.pomerium.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i

View file

@ -127,7 +127,7 @@ jobs:
token: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
- name: Bump test environment
uses: mikefarah/yq@dd648994340a5d03225d97abf19c9bf1086c3f07
uses: mikefarah/yq@9adde1ac14bb283b8955d2b0d567bcaf3c69e639
with:
cmd: yq eval '.pomerium.image.tag = "${{ needs.goreleaser.outputs.tag }}"' -i projects/pomerium-demo/pomerium-demo/values.yaml