Skip to content

Commit

Permalink
Bump bcgov-nr/action-deployer-openshift from 1.1.0 to 1.3.0
Browse files Browse the repository at this point in the history
Bumps [bcgov-nr/action-deployer-openshift](https://github.com/bcgov-nr/action-deployer-openshift) from 1.1.0 to 1.3.0.
- [Release notes](https://github.com/bcgov-nr/action-deployer-openshift/releases)
- [Commits](bcgov-nr/action-deployer-openshift@v1.1.0...v1.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]>
  • Loading branch information
dependabot[bot] authored Aug 23, 2023
1 parent 659c297 commit fd5649c
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 @@ -72,7 +72,7 @@ jobs:
parameters:
-p MIN_REPLICAS=1 -p MAX_REPLICAS=2
steps:
- uses: bcgov-nr/action-deployer-openshift@v1.1.0
- uses: bcgov-nr/action-deployer-openshift@v1.3.0
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
parameters:
-p MIN_REPLICAS=1 -p MAX_REPLICAS=2
steps:
- uses: bcgov-nr/action-deployer-openshift@v1.1.0
- uses: bcgov-nr/action-deployer-openshift@v1.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 @@ -126,7 +126,7 @@ jobs:
-p MIN_REPLICAS=1 -p MAX_REPLICAS=2
triggers: ('backend-java/')
steps:
- uses: bcgov-nr/action-deployer-openshift@v1.1.0
- uses: bcgov-nr/action-deployer-openshift@v1.3.0
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand Down

0 comments on commit fd5649c

Please sign in to comment.