From 6139e29b515463e4c894efb678a9e6cbcd408209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 16:05:11 +0000 Subject: [PATCH] chore(deps): bump mikefarah/yq from 4.34.2 to 4.35.1 Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.34.2 to 4.35.1. - [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/0b34c9a00de1c575a34eea05af1d956a525c4fc1...6609ed76ecb69f9d8254345292d90ea72f641715) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-minor ... 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 d83c963d3..ca3cbff0e 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@0b34c9a00de1c575a34eea05af1d956a525c4fc1 + uses: mikefarah/yq@6609ed76ecb69f9d8254345292d90ea72f641715 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 39fe83e54..5fb7d4382 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@0b34c9a00de1c575a34eea05af1d956a525c4fc1 + uses: mikefarah/yq@6609ed76ecb69f9d8254345292d90ea72f641715 with: cmd: yq eval '.pomerium.image.tag = "${{ needs.goreleaser.outputs.tag }}"' -i projects/pomerium-demo/pomerium-demo/values.yaml