Skip to content

Commit 2033825

Browse files
authored
Downgrade preflight version to 1.14.1 (#646)
1 parent 963d6d4 commit 2033825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-operator.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
runs-on: ubuntu-24.04-amd64
193193
needs: [variables, build]
194194
env:
195-
preflight_version: 1.15.2 # renovate: datasource=github-releases depName=preflight packageName=redhat-openshift-ecosystem/openshift-preflight
195+
preflight_version: 1.14.1 # renovate: datasource=github-releases depName=preflight packageName=redhat-openshift-ecosystem/openshift-preflight
196196
submit_results: ${{ ! inputs.dry_run && '--submit' || '' }}
197197
steps:
198198
- name: Checkout Repository

0 commit comments

Comments
 (0)