From 35036109247d28d1b15069a30a6e8ffdac923111 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 13:13:08 +0000 Subject: [PATCH] chore(deps): bump redhat-actions/openshift-tools-installer from 2 to 3 Bumps [redhat-actions/openshift-tools-installer](https://github.com/redhat-actions/openshift-tools-installer) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: redhat-actions/openshift-tools-installer dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/multicluster-e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/multicluster-e2e.yaml b/.github/workflows/multicluster-e2e.yaml index 0de60fcb06..df6daa470c 100644 --- a/.github/workflows/multicluster-e2e.yaml +++ b/.github/workflows/multicluster-e2e.yaml @@ -81,7 +81,7 @@ jobs: - name: Install infractl uses: stackrox/actions/infra/install-infractl@v1 - name: Install oc - uses: redhat-actions/openshift-tools-installer@v2 + uses: redhat-actions/openshift-tools-installer@v3 with: oc: "latest" - name: Check out code