From 3123236d18d333fa461d6fd43d8864b49193941e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 12:01:09 +0000 Subject: [PATCH] chore(deps): bump redhat-actions/openshift-tools-installer from 1 to 2 Bumps [redhat-actions/openshift-tools-installer](https://github.com/redhat-actions/openshift-tools-installer) from 1 to 2. - [Release notes](https://github.com/redhat-actions/openshift-tools-installer/releases) - [Changelog](https://github.com/redhat-actions/openshift-tools-installer/blob/main/CHANGELOG.md) - [Commits](https://github.com/redhat-actions/openshift-tools-installer/compare/v1...v2) --- updated-dependencies: - dependency-name: redhat-actions/openshift-tools-installer dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/release-rh-shield-operator.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-rh-shield-operator.yaml b/.github/workflows/release-rh-shield-operator.yaml index 56ba9f373..20087102d 100644 --- a/.github/workflows/release-rh-shield-operator.yaml +++ b/.github/workflows/release-rh-shield-operator.yaml @@ -134,7 +134,7 @@ jobs: fetch-depth: '1' - name: Install Preflight - uses: redhat-actions/openshift-tools-installer@v1 + uses: redhat-actions/openshift-tools-installer@v2 with: source: "github" preflight: "latest"