Skip to content

Commit 24b7937

Browse files
authored
bump preflight to 1.9.9 (#393)
1 parent c4e1a05 commit 24b7937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
- name: Certify Images
164164
continue-on-error: false
165165
run: |
166-
curl -fsSL https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.4/preflight-linux-amd64 --output preflight
166+
curl -fsSL https://github.com/redhat-openshift-ecosystem/openshift-preflight/releases/download/1.9.9/preflight-linux-amd64 --output preflight
167167
chmod +x preflight
168168
169169
IFS=',' read -ra arch_list <<< "${{ env.platforms }}"

0 commit comments

Comments
 (0)