From def1020bc0fa8cf002f47e8253169816aa841110 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:49:52 +0000 Subject: [PATCH] chore(deps): Bump bcgov-nr/action-deployer-openshift from 1.3.0 to 2.0.0 Bumps [bcgov-nr/action-deployer-openshift](https://github.com/bcgov-nr/action-deployer-openshift) from 1.3.0 to 2.0.0. - [Release notes](https://github.com/bcgov-nr/action-deployer-openshift/releases) - [Commits](https://github.com/bcgov-nr/action-deployer-openshift/compare/v1.3.0...v2.0.0) --- updated-dependencies: - dependency-name: bcgov-nr/action-deployer-openshift dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/merge-main.yml | 4 ++-- .github/workflows/pr-open.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge-main.yml b/.github/workflows/merge-main.yml index b50f147..cec4d1f 100644 --- a/.github/workflows/merge-main.yml +++ b/.github/workflows/merge-main.yml @@ -51,7 +51,7 @@ jobs: file: backend/openshift.deploy.yml overwrite: true steps: - - uses: bcgov-nr/action-deployer-openshift@v1.3.0 + - uses: bcgov-nr/action-deployer-openshift@v2.0.0 with: file: ${{ matrix.file }} oc_namespace: ${{ vars.OC_NAMESPACE }} @@ -82,7 +82,7 @@ jobs: file: backend/openshift.deploy.yml overwrite: true steps: - - uses: bcgov-nr/action-deployer-openshift@v1.3.0 + - uses: bcgov-nr/action-deployer-openshift@v2.0.0 with: file: ${{ matrix.file }} oc_namespace: ${{ vars.OC_NAMESPACE }} diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 83ead9b..f2b9282 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -76,7 +76,7 @@ jobs: -p MIN_REPLICAS=1 -p MAX_REPLICAS=2 triggers: ('backend/') steps: - - uses: bcgov-nr/action-deployer-openshift@v1.3.0 + - uses: bcgov-nr/action-deployer-openshift@v2.0.0 with: file: ${{ matrix.file }} oc_namespace: ${{ vars.OC_NAMESPACE }}