Skip to content

Commit

Permalink
Merge pull request billimek#4220 from billimek/renovate/mikefarah-yq-4.x
Browse files Browse the repository at this point in the history
feat(deps): update mikefarah/yq ( v4.44.6 → v4.45.1 )
  • Loading branch information
billimek authored Jan 13, 2025
2 parents 06b887f + 4b45158 commit 54abd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

- name: Install yq
run: |
sudo wget -O /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/v4.44.6/yq_linux_amd64
sudo wget -O /usr/local/bin/yq https://github.com/mikefarah/yq/releases/download/v4.45.1/yq_linux_amd64
sudo chmod +x /usr/local/bin/yq
- name: Create pull request for HelmRelease annotations
Expand Down

0 comments on commit 54abd18

Please sign in to comment.