From c42b364e07fbbabf41a092ad5c65ed45b49b82d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Mar 2021 15:57:32 -0500 Subject: [PATCH] chore(deps): update mikefarah/yq action to v4.6.1 (#1951) Co-authored-by: Renovate Bot --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index afce61e3e..2e83f0a35 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -103,7 +103,7 @@ jobs: token: ${{ secrets.APPARITOR_GITHUB_TOKEN }} - name: Bump test environment - uses: mikefarah/yq@v4.5.1 + uses: mikefarah/yq@v4.6.1 with: cmd: yq eval '.image.tag = "${{ needs.goreleaser.outputs.tag }}"' -i environments/internal-prd/values/pomerium-demo.yaml