Skip to content

Commit

Permalink
Merge pull request #940 from redhat-cop/renovate/mikefarah-yq-4.x
Browse files Browse the repository at this point in the history
Update mikefarah/yq action to v4.44.5
  • Loading branch information
garethahealy authored Nov 21, 2024
2 parents e8bd141 + 0fdd3c7 commit e3b44cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/config-validated.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Lowercase and sort config.yaml key and values
uses: mikefarah/yq@bbdd97482f2d439126582a59689eb1c855944955 # v4.44.3
uses: mikefarah/yq@bc5b54cb1d1f720db16c9f75c5b45384d00e5cbf # v4.44.5
with:
cmd: yq -i e '(... | select(type == "!!seq"))[] |= downcase' config.yaml && yq -i e '(... | select(type == "!!seq")) |= sort' config.yaml && yq -i 'sort_keys(..)' config.yaml

Expand Down

0 comments on commit e3b44cd

Please sign in to comment.