From 61239d7ad235d537b621ccdef7d66788a166d455 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 10:13:42 +0000 Subject: [PATCH] chore(deps): update bcgov/action-oc-runner action to v1.3.0 --- .github/workflows/.deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/.deploy.yml b/.github/workflows/.deploy.yml index 885e5cda..9142b2c8 100644 --- a/.github/workflows/.deploy.yml +++ b/.github/workflows/.deploy.yml @@ -120,7 +120,7 @@ jobs: - name: Stop pre-existing deployments on PRs (status = pending-upgrade) if: github.event_name == 'pull_request' - uses: bcgov/action-oc-runner@10033668ef4374d9bb78149faa73e4ccda0e93dd # v1.2.3 + uses: bcgov/action-oc-runner@f900830adadd4d9eef3ca6ff80103e839ba8b7c0 # v1.3.0 with: oc_namespace: ${{ secrets.oc_namespace }} oc_token: ${{ secrets.oc_token }} @@ -141,7 +141,7 @@ jobs: run: ls -l charts/crunchy/values.yml - name: Helm Deploy id: deploy - uses: bcgov/action-oc-runner@10033668ef4374d9bb78149faa73e4ccda0e93dd # v1.2.3 + uses: bcgov/action-oc-runner@f900830adadd4d9eef3ca6ff80103e839ba8b7c0 # v1.3.0 with: oc_namespace: ${{ secrets.oc_namespace }} oc_token: ${{ secrets.oc_token }}