Skip to content

Commit

Permalink
chore(deps): update bcgov/action-oc-runner action to v1 (#418)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 13, 2025
1 parent 348f870 commit 1ad1e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v4
- name: Stop pre-existing deployments on PRs (status = pending-upgrade)
if: github.event_name == 'pull_request'
uses: bcgov/action-oc-runner@v0.3.0
uses: bcgov/action-oc-runner@v1.0.0
with:
oc_namespace: ${{ vars.oc_namespace }}
oc_token: ${{ secrets.oc_token }}
Expand All @@ -78,7 +78,7 @@ jobs:
fi
- name: Deploy
uses: bcgov/action-oc-runner@v0.3.0
uses: bcgov/action-oc-runner@v1.0.0
with:
oc_namespace: ${{ vars.oc_namespace }}
oc_token: ${{ secrets.oc_token }}
Expand Down

0 comments on commit 1ad1e01

Please sign in to comment.