Skip to content

Commit

Permalink
chore(deps): bump bcgov-nr/action-deployer-openshift from 1.2.0 to 1.2.1
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.2.0 to 1.2.1.
- [Release notes](https://github.com/bcgov-nr/action-deployer-openshift/releases)
- [Commits](bcgov-nr/action-deployer-openshift@v1.2.0...v1.2.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 9, 2023
1 parent 189e791 commit 00c8323
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 @@ -76,7 +76,7 @@ jobs:
parameters: -p MIN_REPLICAS=1 -p MAX_REPLICAS=2
-p PROMOTE_MIGRATION=${{ github.repository }}/database-migrations-go:test
steps:
- uses: bcgov-nr/[email protected].0
- uses: bcgov-nr/[email protected].1
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand Down Expand Up @@ -220,7 +220,7 @@ jobs:
-p PROMOTE_MIGRATION=${{ github.repository }}/database-migrations-go:test

steps:
- uses: bcgov-nr/[email protected].0
- uses: bcgov-nr/[email protected].1
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 @@ -145,7 +145,7 @@ jobs:
-p PROMOTE_MIGRATION=${{ github.repository }}/database-migrations-go:${{ github.event.number }}
triggers: ('backend-go/')
steps:
- uses: bcgov-nr/[email protected].0
- uses: bcgov-nr/[email protected].1
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand Down

0 comments on commit 00c8323

Please sign in to comment.