Skip to content

Commit

Permalink
chore(deps): update bcgov-nr/action-deployer-openshift action to v3.0…
Browse files Browse the repository at this point in the history
….1 (#185)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 4, 2024
1 parent 31db906 commit 6a4184d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: rctool
file: frontend/openshift.deploy.yml
steps:
- uses: bcgov-nr/[email protected].0
- uses: bcgov-nr/[email protected].1
with:
file: ${{ matrix.file }}
oc_namespace: ${{ secrets.OC_NAMESPACE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: rctool
file: frontend/openshift.deploy.yml
steps:
- uses: bcgov-nr/[email protected].0
- uses: bcgov-nr/[email protected].1
with:
file: ${{ matrix.file }}
oc_namespace: ${{ secrets.OC_NAMESPACE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: rctool
file: frontend/openshift.deploy.yml
steps:
- uses: bcgov-nr/[email protected].0
- uses: bcgov-nr/[email protected].1
with:
file: ${{ matrix.file }}
oc_namespace: ${{ secrets.OC_NAMESPACE }}
Expand Down

0 comments on commit 6a4184d

Please sign in to comment.