Skip to content

Commit

Permalink
chore(deps): bump bcgov-nr/action-deployer-openshift from 1.3.0 to 1.4.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.3.0 to 1.4.0.
- [Release notes](https://github.com/bcgov-nr/action-deployer-openshift/releases)
- [Commits](bcgov-nr/action-deployer-openshift@v1.3.0...v1.4.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 Sep 18, 2023
1 parent b9a0c83 commit ee70f25
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 @@ -40,7 +40,7 @@ jobs:
environment: test
runs-on: ubuntu-22.04
steps:
- uses: bcgov-nr/action-deployer-openshift@v1.3.0
- uses: bcgov-nr/action-deployer-openshift@v1.4.0
with:
file: frontend/openshift.deploy.yml
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand All @@ -61,7 +61,7 @@ jobs:
environment: prod
runs-on: ubuntu-22.04
steps:
- uses: bcgov-nr/action-deployer-openshift@v1.3.0
- uses: bcgov-nr/action-deployer-openshift@v1.4.0
with:
file: frontend/openshift.deploy.yml
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 @@ -60,7 +60,7 @@ jobs:
- builds
runs-on: ubuntu-22.04
steps:
- uses: bcgov-nr/action-deployer-openshift@v1.3.0
- uses: bcgov-nr/action-deployer-openshift@v1.4.0
with:
file: frontend/openshift.deploy.yml
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand Down

0 comments on commit ee70f25

Please sign in to comment.