From fd5649c020723f5544e5341864c028d15970eb92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Aug 2023 05:12:24 +0000 Subject: [PATCH] Bump bcgov-nr/action-deployer-openshift from 1.1.0 to 1.3.0 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](https://github.com/bcgov-nr/action-deployer-openshift/compare/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] --- .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 9bf7a22..ab0ec49 100644 --- a/.github/workflows/merge-main.yml +++ b/.github/workflows/merge-main.yml @@ -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 }} @@ -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 }} diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index a07e572..31f266a 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -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 }}