chore(deps): bump mikefarah/yq from 4.35.2 to 4.40.3 (#4780)

Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.35.2 to 4.40.3.
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](a198f72367...c11a53322b)

---
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] 2023-12-04 15:47:57 -05:00 committed by GitHub
parent 72cde7b6b3
commit 8e6a61327c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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@a198f72367ce9da70b564a2cc25399de8e27bf37
uses: mikefarah/yq@c11a53322bce866fbfa3032e326f58c89e8c0759
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@a198f72367ce9da70b564a2cc25399de8e27bf37
uses: mikefarah/yq@c11a53322bce866fbfa3032e326f58c89e8c0759
with:
cmd: yq eval '.pomerium.image.tag = "${{ needs.goreleaser.outputs.tag }}"' -i projects/pomerium-demo/pomerium-demo/values.yaml