From bffca1edaf6111e265cdfc34a43f3e04dcf6309a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 13:47:15 -0600 Subject: [PATCH] chore(deps): bump mikefarah/yq from 4.33.1 to 4.33.3 (#4109) Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.33.1 to 4.33.3. - [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/ebd1548e96c7726236c4e05082a03619c3548d50...d2f1ae9db722ac6b0702dd7f8a08dd22722d8c2d) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-patch ... 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 eb794b3ea..56f1fa5e2 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@ebd1548e96c7726236c4e05082a03619c3548d50 + uses: mikefarah/yq@d2f1ae9db722ac6b0702dd7f8a08dd22722d8c2d 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 6389abcb7..12d83eefb 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@ebd1548e96c7726236c4e05082a03619c3548d50 + uses: mikefarah/yq@d2f1ae9db722ac6b0702dd7f8a08dd22722d8c2d with: cmd: yq eval '.pomerium.image.tag = "${{ needs.goreleaser.outputs.tag }}"' -i projects/pomerium-demo/pomerium-demo/values.yaml