From e05de94d668f7e6946f770d7a8aee0b1cea62c93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Aug 2023 22:40:19 +0000 Subject: [PATCH] chore(deps): bump mikefarah/yq from 4.34.1 to 4.34.2 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.34.1 to 4.34.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/5ef537f3fd1a9437aa3ee44c32c6459a126efdc4...0b34c9a00de1c575a34eea05af1d956a525c4fc1) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 e7d020e21..529e30670 100644 --- a/.github/workflows/docker-main.yaml +++ b/.github/workflows/docker-main.yaml @@ -81,7 +81,7 @@ jobs: token: ${{ secrets.APPARITOR_GITHUB_TOKEN }} - name: Bump psql environment - uses: mikefarah/yq@5ef537f3fd1a9437aa3ee44c32c6459a126efdc4 + uses: mikefarah/yq@0b34c9a00de1c575a34eea05af1d956a525c4fc1 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 ad52e1cf7..18058d2e6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -127,7 +127,7 @@ jobs: token: ${{ secrets.APPARITOR_GITHUB_TOKEN }} - name: Bump test environment - uses: mikefarah/yq@5ef537f3fd1a9437aa3ee44c32c6459a126efdc4 + uses: mikefarah/yq@0b34c9a00de1c575a34eea05af1d956a525c4fc1 with: cmd: yq eval '.pomerium.image.tag = "${{ needs.goreleaser.outputs.tag }}"' -i projects/pomerium-demo/pomerium-demo/values.yaml