Skip to content

Commit

Permalink
chore(deps): update github actions all dependencies to v2 (major) (#161)
Browse files Browse the repository at this point in the history
chore(deps): update github actions all dependencies to v2

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 11, 2023
1 parent b10f236 commit cfdad63
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: OpenShift Init
uses: bcgov-nr/action-deployer-openshift@v1.4.0
uses: bcgov-nr/action-deployer-openshift@v2.0.0
with:
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_server: ${{ vars.OC_SERVER }}
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
-p VITE_USER_POOLS_ID=${{ vars.VITE_USER_POOLS_ID }}
-p VITE_USER_POOLS_WEB_CLIENT_ID=${{ vars.VITE_USER_POOLS_WEB_CLIENT_ID }}
steps:
- uses: bcgov-nr/action-deployer-openshift@v1.4.0
- uses: bcgov-nr/action-deployer-openshift@v2.0.0
with:
file: ${{ matrix.name }}/openshift.deploy.yml
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
[Main Merge Workflow](https://github.com/${{ github.repository }}/actions/workflows/merge-main.yml)
- name: OpenShift Init
uses: bcgov-nr/action-deployer-openshift@v1.4.0
uses: bcgov-nr/action-deployer-openshift@v2.0.0
with:
oc_namespace: ${{ vars.OC_NAMESPACE }}
oc_server: ${{ vars.OC_SERVER }}
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
triggers: ('frontend/')
steps:
- uses: actions/checkout@v4
- uses: bcgov-nr/action-builder-ghcr@v1.3.0
- uses: bcgov-nr/action-builder-ghcr@v2.0.0
with:
package: ${{ matrix.name }}
tag: ${{ github.event.number }}
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
-p MIN_REPLICAS=1
-p MAX_REPLICAS=2
steps:
- uses: bcgov-nr/action-deployer-openshift@v1.4.0
- uses: bcgov-nr/action-deployer-openshift@v2.0.0
with:
file: ${{ matrix.name }}/openshift.deploy.yml
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand Down

0 comments on commit cfdad63

Please sign in to comment.