From 4cb2e9e005e570ccfbd3fd60f0f95f74e10054fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 12:26:39 -0400 Subject: [PATCH] chore(deps): bump mikefarah/yq from 4.28.2 to 4.29.2 (#3717) Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.28.2 to 4.29.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/1f0881fb5faf371694bfa108753cda0b824f5037...5e490527de24715db37869037083f7f391dde5a6) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 0fb8672c7..4b1c3c786 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@1f0881fb5faf371694bfa108753cda0b824f5037 + uses: mikefarah/yq@5e490527de24715db37869037083f7f391dde5a6 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 a89743fe3..8a19713ce 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -122,7 +122,7 @@ jobs: token: ${{ secrets.APPARITOR_GITHUB_TOKEN }} - name: Bump test environment - uses: mikefarah/yq@1f0881fb5faf371694bfa108753cda0b824f5037 + uses: mikefarah/yq@5e490527de24715db37869037083f7f391dde5a6 with: cmd: yq eval '.pomerium.image.tag = "${{ needs.goreleaser.outputs.tag }}"' -i projects/pomerium-demo/pomerium-demo/values.yaml