Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump mikefarah/yq from 4.34.1 to 4.34.2 #4431

Merged
merged 1 commit into from Aug 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/docker-main.yaml
Expand Up @@ -81,7 +81,7 @@ jobs:
token: ${{ secrets.APPARITOR_GITHUB_TOKEN }}

- name: Bump psql environment
uses: mikefarah/yq@5ef537f3fd1a9437aa3ee44c32c6459a126efdc4
uses: mikefarah/yq@0b34c9a00de1c575a34eea05af1d956a525c4fc1
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 @@ -127,7 +127,7 @@ jobs:
token: ${{ secrets.APPARITOR_GITHUB_TOKEN }}

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

Expand Down