Skip to content

Commit 428a14b

Browse files
chore(deps): update bcgov/action-oc-runner action to v1.4.0 (#169)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a17a0a commit 428a14b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/on-pr-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-24.04
7474
steps:
7575
- name: Deploy to OpenShift
76-
uses: bcgov/action-oc-runner@f900830adadd4d9eef3ca6ff80103e839ba8b7c0 # v1.3.0
76+
uses: bcgov/action-oc-runner@57a28c38359c93e43edf609d35b9a3f50a070131 # v1.4.0
7777
env:
7878
DB_HOST_PORT: ${{ secrets.DB_HOST_PORT_ENV }}
7979
with:

.github/workflows/pr-close.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-24.04
2525
steps:
2626
- name: Remove OpenShift artifacts
27-
uses: bcgov/action-oc-runner@f900830adadd4d9eef3ca6ff80103e839ba8b7c0 # v1.3.0
27+
uses: bcgov/action-oc-runner@57a28c38359c93e43edf609d35b9a3f50a070131 # v1.4.0
2828
with:
2929
oc_namespace: ${{ vars.OC_NAMESPACE }}
3030
oc_token: ${{ secrets.OC_TOKEN }}

0 commit comments

Comments
 (0)