chore(deps): bump mikefarah/yq from 4.32.2 to 4.33.1

Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.32.2 to 4.33.1.
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](4ee4b09e12...ebd1548e96)

---
updated-dependencies:
- dependency-name: mikefarah/yq
  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] 2023-03-27 16:57:53 +00:00 committed by GitHub
parent 5e3ae59658
commit 75426fe7ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

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

View file

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