chore(deps): update mikefarah/yq action to v4.6.3

This commit is contained in:
Renovate Bot 2021-03-29 03:13:32 +00:00 committed by renovate[bot]
parent 15aa5f62be
commit ba7dd8f3c9
2 changed files with 3 additions and 3 deletions

View file

@ -75,12 +75,12 @@ jobs:
token: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
- name: Bump psql environment
uses: mikefarah/yq@v4.6.2
uses: mikefarah/yq@v4.6.3
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.2
uses: mikefarah/yq@v4.6.3
with:
cmd: yq eval '.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i environments/internal-prd/pomerium-master-mysql/values/pomerium.yaml

View file

@ -103,7 +103,7 @@ jobs:
token: ${{ secrets.APPARITOR_GITHUB_TOKEN }}
- name: Bump test environment
uses: mikefarah/yq@v4.6.2
uses: mikefarah/yq@v4.6.3
with:
cmd: yq eval '.image.tag = "${{ needs.goreleaser.outputs.tag }}"' -i environments/internal-prd/values/pomerium-demo.yaml