Skip to content

Commit 3d80110

Browse files
chore(deps): update bcgov/action-oc-runner action to v1.2.3 (#344)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 43c5188 commit 3d80110

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
@@ -120,7 +120,7 @@ jobs:
120120
121121
- name: Stop pre-existing deployments on PRs (status = pending-upgrade)
122122
if: github.event_name == 'pull_request'
123-
uses: bcgov/action-oc-runner@12997e908fba505079d1aab6f694a17fe15e9b28 # v1.2.2
123+
uses: bcgov/action-oc-runner@10033668ef4374d9bb78149faa73e4ccda0e93dd # v1.2.3
124124
with:
125125
oc_namespace: ${{ secrets.oc_namespace }}
126126
oc_token: ${{ secrets.oc_token }}
@@ -141,7 +141,7 @@ jobs:
141141
run: ls -l charts/crunchy/values.yml
142142
- name: Helm Deploy
143143
id: deploy
144-
uses: bcgov/action-oc-runner@12997e908fba505079d1aab6f694a17fe15e9b28 # v1.2.2
144+
uses: bcgov/action-oc-runner@10033668ef4374d9bb78149faa73e4ccda0e93dd # v1.2.3
145145
with:
146146
oc_namespace: ${{ secrets.oc_namespace }}
147147
oc_token: ${{ secrets.oc_token }}

0 commit comments

Comments
 (0)