From d84ce5ca41b92adaaceaa7244f9bc89cdf1487cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 10:13:10 -0700 Subject: [PATCH] chore(deps): bump mikefarah/yq from 4.30.6 to 4.30.8 (#3895) Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.30.6 to 4.30.8. - [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/87cba2ecbeaecf860efcceb66deab46ae030ce1e...dd6cf3df146f3e2c0f8c765a6ef9e35780ad8cc1) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-patch ... 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 d4cd18b2f..9d6ccbea6 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@87cba2ecbeaecf860efcceb66deab46ae030ce1e + uses: mikefarah/yq@dd6cf3df146f3e2c0f8c765a6ef9e35780ad8cc1 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 a8ca9a411..5c23ed0ee 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@87cba2ecbeaecf860efcceb66deab46ae030ce1e + uses: mikefarah/yq@dd6cf3df146f3e2c0f8c765a6ef9e35780ad8cc1 with: cmd: yq eval '.pomerium.image.tag = "${{ needs.goreleaser.outputs.tag }}"' -i projects/pomerium-demo/pomerium-demo/values.yaml