Skip to content

Commit

Permalink
chore(deps): bump mikefarah/yq from 4.33.3 to 4.34.1
Browse files Browse the repository at this point in the history
Bumps [mikefarah/yq](https://github.com/mikefarah/yq) from 4.33.3 to 4.34.1.
- [Release notes](https://github.com/mikefarah/yq/releases)
- [Changelog](https://github.com/mikefarah/yq/blob/master/release_notes.txt)
- [Commits](mikefarah/yq@d2f1ae9...5ef537f)

---
updated-dependencies:
- dependency-name: mikefarah/yq
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 29, 2023
1 parent d315e68 commit de4118b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-main.yaml
Expand Up @@ -83,7 +83,7 @@ jobs:
token: ${{ secrets.APPARITOR_GITHUB_TOKEN }}

- name: Bump psql environment
uses: mikefarah/yq@d2f1ae9db722ac6b0702dd7f8a08dd22722d8c2d
uses: mikefarah/yq@5ef537f3fd1a9437aa3ee44c32c6459a126efdc4
with:
cmd:
yq eval '.pomerium.image.tag = "${{ needs.publish.outputs.sha-tag }}"' -i
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Expand Up @@ -126,7 +126,7 @@ jobs:
token: ${{ secrets.APPARITOR_GITHUB_TOKEN }}

- name: Bump test environment
uses: mikefarah/yq@d2f1ae9db722ac6b0702dd7f8a08dd22722d8c2d
uses: mikefarah/yq@5ef537f3fd1a9437aa3ee44c32c6459a126efdc4
with:
cmd: yq eval '.pomerium.image.tag = "${{ needs.goreleaser.outputs.tag }}"' -i projects/pomerium-demo/pomerium-demo/values.yaml

Expand Down

0 comments on commit de4118b

Please sign in to comment.