From 258ec9ca060f08f177c06ef4f22c73a1c95bc9ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Nov 2021 10:16:09 -0700 Subject: [PATCH] chore(deps): bump mikefarah/yq from 4.6.3 to 4.14.2 (#2774) Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.6.3 to 4.14.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/v4.6.3...v4.14.2) --- 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-master.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docker-master.yaml b/.github/workflows/docker-master.yaml index d9f5bc2bd..ac6226801 100644 --- a/.github/workflows/docker-master.yaml +++ b/.github/workflows/docker-master.yaml @@ -75,12 +75,12 @@ jobs: token: ${{ secrets.APPARITOR_GITHUB_TOKEN }} - name: Bump psql environment - uses: mikefarah/yq@v4.6.3 + uses: mikefarah/yq@v4.14.2 with: cmd: yq eval '.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i environments/internal-prd/pomerium-master-postgres/values/pomerium.yaml - name: Bump mysql environment - uses: mikefarah/yq@v4.6.3 + uses: mikefarah/yq@v4.14.2 with: cmd: yq eval '.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i environments/internal-prd/pomerium-master-mysql/values/pomerium.yaml diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index c13e41fce..4e562c449 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -102,7 +102,7 @@ jobs: token: ${{ secrets.APPARITOR_GITHUB_TOKEN }} - name: Bump test environment - uses: mikefarah/yq@v4.6.3 + uses: mikefarah/yq@v4.14.2 with: cmd: yq eval '.image.tag = "${{ needs.goreleaser.outputs.tag }}"' -i environments/internal-prd/values/pomerium-demo.yaml