Skip to content

Commit

Permalink
Merge pull request #2793 from wrmilling/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
wrmilling authored Jan 20, 2025
2 parents 1d83462 + cd223a8 commit 43ac15c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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 43ac15c

Please sign in to comment.