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 }}