From 5e3ae59658246bfe3d4cc5d12997c6e19350bf80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Mar 2023 09:57:16 -0600 Subject: [PATCH] chore(deps): bump mikefarah/yq from 4.31.2 to 4.32.2 (#4066) Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.31.2 to 4.32.2. - [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/47f4f8c7939f887e851b35f14def6741b8f5396e...4ee4b09e12ab319a48c6f7eae026030081cb0cc3) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Caleb Doxsey --- .github/workflows/docker-main.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-main.yaml b/.github/workflows/docker-main.yaml index 3dddfb2ed..e877a3c13 100644 --- a/.github/workflows/docker-main.yaml +++ b/.github/workflows/docker-main.yaml @@ -83,7 +83,7 @@ jobs: token: ${{ secrets.APPARITOR_GITHUB_TOKEN }} - name: Bump psql environment - uses: mikefarah/yq@47f4f8c7939f887e851b35f14def6741b8f5396e + uses: mikefarah/yq@4ee4b09e12ab319a48c6f7eae026030081cb0cc3 with: cmd: yq eval '.pomerium.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index ed0e2b165..9f0eeb9d2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -126,7 +126,7 @@ jobs: token: ${{ secrets.APPARITOR_GITHUB_TOKEN }} - name: Bump test environment - uses: mikefarah/yq@47f4f8c7939f887e851b35f14def6741b8f5396e + uses: mikefarah/yq@4ee4b09e12ab319a48c6f7eae026030081cb0cc3 with: cmd: yq eval '.pomerium.image.tag = "${{ needs.goreleaser.outputs.tag }}"' -i projects/pomerium-demo/pomerium-demo/values.yaml