From ef35d477d965b3554a056bfdadcdcf4dc0d82b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 May 2022 15:29:05 -0400 Subject: [PATCH] chore(deps): bump mikefarah/yq from 4.25.1 to 4.25.2 (#3383) Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.25.1 to 4.25.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/1425d0720ec16e51172b88c871ac85f56bcd8ae3...70403375d7b96075bd68b40c434807cff1593568) --- 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 | 4 ++-- .github/workflows/release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-main.yaml b/.github/workflows/docker-main.yaml index 35291bac5..e156330b1 100644 --- a/.github/workflows/docker-main.yaml +++ b/.github/workflows/docker-main.yaml @@ -83,13 +83,13 @@ jobs: token: ${{ secrets.APPARITOR_GITHUB_TOKEN }} - name: Bump psql environment - uses: mikefarah/yq@1425d0720ec16e51172b88c871ac85f56bcd8ae3 # pin@v4.23.1 + uses: mikefarah/yq@70403375d7b96075bd68b40c434807cff1593568 # pin@v4.23.1 with: cmd: yq eval '.pomerium.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i projects/pomerium-master-postgres/pomerium/values.yaml - name: Bump mysql environment - uses: mikefarah/yq@1425d0720ec16e51172b88c871ac85f56bcd8ae3 # pin@v4.23.1 + uses: mikefarah/yq@70403375d7b96075bd68b40c434807cff1593568 # pin@v4.23.1 with: cmd: yq eval '.pomerium.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i projects/pomerium-master-mysql/pomerium/values.yaml diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 316ad404c..3696d7eb6 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@1425d0720ec16e51172b88c871ac85f56bcd8ae3 # pin@v4.23.1 + uses: mikefarah/yq@70403375d7b96075bd68b40c434807cff1593568 # pin@v4.23.1 with: cmd: yq eval '.pomerium.image.tag = "${{ needs.goreleaser.outputs.tag }}"' -i projects/pomerium-demo/pomerium-demo/values.yaml