Skip to content

Commit

Permalink
chore(deps): Bump bcgov-nr/action-deployer-openshift from 2.1.0 to 2.…
Browse files Browse the repository at this point in the history
…3.0 (#81)

Bumps [bcgov-nr/action-deployer-openshift](https://github.com/bcgov-nr/action-deployer-openshift) from 2.1.0 to 2.3.0.
- [Release notes](https://github.com/bcgov-nr/action-deployer-openshift/releases)
- [Commits](bcgov/action-deployer-openshift@v2.1.0...v2.3.0)

---
updated-dependencies:
- dependency-name: bcgov-nr/action-deployer-openshift
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 5a7eff7 commit 4a4d074
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/merge-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
file: backend/openshift.deploy.yml
overwrite: true
steps:
- uses: bcgov-nr/action-deployer-openshift@v2.1.0
- uses: bcgov-nr/action-deployer-openshift@v2.3.0
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
file: backend/openshift.deploy.yml
overwrite: true
steps:
- uses: bcgov-nr/action-deployer-openshift@v2.1.0
- uses: bcgov-nr/action-deployer-openshift@v2.3.0
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.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 @@ -76,7 +76,7 @@ jobs:
-p MIN_REPLICAS=1 -p MAX_REPLICAS=2
triggers: ('backend/')
steps:
- uses: bcgov-nr/action-deployer-openshift@v2.1.0
- uses: bcgov-nr/action-deployer-openshift@v2.3.0
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand Down

0 comments on commit 4a4d074

Please sign in to comment.