Skip to content

Commit bc7ca03

Browse files
Update dependency preflight to v1.15.1
| datasource | package | from | to | | --------------- | ---------------------------------------------- | ------ | ------ | | github-releases | redhat-openshift-ecosystem/openshift-preflight | 1.14.1 | 1.15.1 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c751d94 commit bc7ca03

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.14.1 # renovate: datasource=github-releases depName=preflight packageName=redhat-openshift-ecosystem/openshift-preflight
195+
preflight_version: 1.15.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)