1 parent d71a59f commit 6c9384eCopy full SHA for 6c9384e
1 file changed
.github/workflows/check_upstream_releases.yaml
@@ -15,9 +15,7 @@ jobs:
15
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
16
17
- 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
+ uses: mikefarah/yq@v4
21
22
- name: Check for upstream releases and trigger updates
23
env:
0 commit comments