Skip to content

Commit

Permalink
chore(deps): bump bcgov-nr/action-deployer-openshift from 1.2.1 to 1.…
Browse files Browse the repository at this point in the history
…3.0 (#1316)

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 Aug 23, 2023
1 parent 335dec0 commit 015203a
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/action-deployer-openshift@v1.2.1
- uses: bcgov-nr/action-deployer-openshift@v1.3.0
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/action-deployer-openshift@v1.2.1
- 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 @@ -161,7 +161,7 @@ jobs:
-p PROMOTE_MIGRATION=${{ github.repository }}/database-migrations-go:${{ github.event.number }}
triggers: ('backend-go/')
steps:
- uses: bcgov-nr/action-deployer-openshift@v1.2.1
- uses: bcgov-nr/action-deployer-openshift@v1.3.0
with:
file: ${{ matrix.file }}
oc_namespace: ${{ vars.OC_NAMESPACE }}
Expand Down

0 comments on commit 015203a

Please sign in to comment.