Skip to content

Commit 6c9384e

Browse files
committed
ci: replace yq install with action
- Switched from manual wget download to mikefarah/yq GitHub Action
1 parent d71a59f commit 6c9384e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/check_upstream_releases.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ jobs:
1515
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1616

1717
- name: Install yq
18-
run: |
19-
wget -qO /usr/local/bin/yq https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
20-
chmod +x /usr/local/bin/yq
18+
uses: mikefarah/yq@v4
2119

2220
- name: Check for upstream releases and trigger updates
2321
env:

0 commit comments

Comments
 (0)