From 0eba474d8b29b67e499ce289edd554224283957c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 May 2022 10:19:01 -0600 Subject: [PATCH] chore(deps): bump mikefarah/yq from 4.24.5 to 4.25.1 (#3316) Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.24.5 to 4.25.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/ed5b811f37384d92f62898492ddd81b6dc3af38f...1425d0720ec16e51172b88c871ac85f56bcd8ae3) --- updated-dependencies: - dependency-name: mikefarah/yq dependency-type: direct:production update-type: version-update:semver-minor ... 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 00c7476f3..a4a1ca287 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@ed5b811f37384d92f62898492ddd81b6dc3af38f # pin@v4.23.1 + uses: mikefarah/yq@1425d0720ec16e51172b88c871ac85f56bcd8ae3 # 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@ed5b811f37384d92f62898492ddd81b6dc3af38f # pin@v4.23.1 + uses: mikefarah/yq@1425d0720ec16e51172b88c871ac85f56bcd8ae3 # 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 4b9024f95..ac7e5e816 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@ed5b811f37384d92f62898492ddd81b6dc3af38f # pin@v4.23.1 + uses: mikefarah/yq@1425d0720ec16e51172b88c871ac85f56bcd8ae3 # pin@v4.23.1 with: cmd: yq eval '.pomerium.image.tag = "${{ needs.goreleaser.outputs.tag }}"' -i projects/pomerium-demo/pomerium-demo/values.yaml