Skip to content

Commit 732c9d1

Browse files
chore(deps): update bcgov/action-oc-runner action to v1.3.0 (#516)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 6cfddeb commit 732c9d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/.deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
- uses: actions/checkout@v5
6363
- name: Stop pre-existing deployments on PRs (status = pending-upgrade)
6464
if: github.event_name == 'pull_request'
65-
uses: bcgov/action-oc-runner@10033668ef4374d9bb78149faa73e4ccda0e93dd # v1.2.3
65+
uses: bcgov/action-oc-runner@f900830adadd4d9eef3ca6ff80103e839ba8b7c0 # v1.3.0
6666
with:
6767
oc_namespace: ${{ vars.oc_namespace }}
6868
oc_token: ${{ secrets.oc_token }}
@@ -78,7 +78,7 @@ jobs:
7878
fi
7979
8080
- name: Deploy
81-
uses: bcgov/action-oc-runner@10033668ef4374d9bb78149faa73e4ccda0e93dd # v1.2.3
81+
uses: bcgov/action-oc-runner@f900830adadd4d9eef3ca6ff80103e839ba8b7c0 # v1.3.0
8282
with:
8383
oc_namespace: ${{ vars.oc_namespace }}
8484
oc_token: ${{ secrets.oc_token }}

0 commit comments

Comments
 (0)