Skip to content

Commit 4546964

Browse files
dependabot[bot]ray-oxd
authored andcommitted
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](redhat-actions/openshift-tools-installer@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] <support@github.com>
1 parent 35ae122 commit 4546964

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/prod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Checkout code
8080
uses: actions/checkout@v7
8181
- name: Install CLI tools from OpenShift Mirror
82-
uses: redhat-actions/openshift-tools-installer@v1
82+
uses: redhat-actions/openshift-tools-installer@v2
8383
with:
8484
oc: "4"
8585
skip_cache: true
@@ -108,7 +108,7 @@ jobs:
108108
uses: actions/checkout@v7
109109

110110
- name: Install CLI tools from OpenShift Mirror
111-
uses: redhat-actions/openshift-tools-installer@v1
111+
uses: redhat-actions/openshift-tools-installer@v2
112112
with:
113113
oc: "4"
114114
skip_cache: true

.github/workflows/standbycheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/checkout@v7
7070

7171
- name: Install CLI tools from OpenShift Mirror
72-
uses: redhat-actions/openshift-tools-installer@v1
72+
uses: redhat-actions/openshift-tools-installer@v2
7373
with:
7474
oc: "4"
7575

@@ -97,7 +97,7 @@ jobs:
9797
uses: actions/checkout@v7
9898

9999
- name: Install CLI tools from OpenShift Mirror
100-
uses: redhat-actions/openshift-tools-installer@v1
100+
uses: redhat-actions/openshift-tools-installer@v2
101101
with:
102102
oc: "4"
103103

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ jobs:
246246
- name: Checkout code
247247
uses: actions/checkout@v7
248248
- name: Install CLI tools from OpenShift Mirror
249-
uses: redhat-actions/openshift-tools-installer@v1
249+
uses: redhat-actions/openshift-tools-installer@v2
250250
with:
251251
oc: "4"
252252
skip_cache: true
@@ -275,7 +275,7 @@ jobs:
275275
uses: actions/checkout@v7
276276

277277
- name: Install CLI tools from OpenShift Mirror
278-
uses: redhat-actions/openshift-tools-installer@v1
278+
uses: redhat-actions/openshift-tools-installer@v2
279279
with:
280280
oc: "4"
281281
skip_cache: true

.github/workflows/uat.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ jobs:
249249
- name: Checkout code
250250
uses: actions/checkout@v7
251251
- name: Install CLI tools from OpenShift Mirror
252-
uses: redhat-actions/openshift-tools-installer@v1
252+
uses: redhat-actions/openshift-tools-installer@v2
253253
with:
254254
oc: "4"
255255
skip_cache: true
@@ -278,7 +278,7 @@ jobs:
278278
uses: actions/checkout@v7
279279

280280
- name: Install CLI tools from OpenShift Mirror
281-
uses: redhat-actions/openshift-tools-installer@v1
281+
uses: redhat-actions/openshift-tools-installer@v2
282282
with:
283283
oc: "4"
284284
skip_cache: true

0 commit comments

Comments
 (0)