From 3dd2e938f92158e7cfd8ef5dc69788c2619f6b69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 07:22:41 +0000 Subject: [PATCH] Bump redhat-actions/oc-login from 1 to 2 Bumps [redhat-actions/oc-login](https://github.com/redhat-actions/oc-login) from 1 to 2. - [Release notes](https://github.com/redhat-actions/oc-login/releases) - [Changelog](https://github.com/redhat-actions/oc-login/blob/main/CHANGELOG.md) - [Commits](https://github.com/redhat-actions/oc-login/compare/v1...v2) --- updated-dependencies: - dependency-name: redhat-actions/oc-login dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/openshift.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/openshift.yml b/.github/workflows/openshift.yml index bc01ef1c..b8efeb15 100644 --- a/.github/workflows/openshift.yml +++ b/.github/workflows/openshift.yml @@ -170,7 +170,7 @@ jobs: # https://github.com/redhat-actions/oc-login#readme - name: Log in to OpenShift - uses: redhat-actions/oc-login@v1 + uses: redhat-actions/oc-login@v2 with: openshift_server_url: ${{ env.OPENSHIFT_SERVER }} openshift_token: ${{ env.OPENSHIFT_TOKEN }}