From f19392ecbc01828b94cc14ade1506fbd5c3aacce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Mar 2023 01:13:20 +0000 Subject: [PATCH] Bump bcgov-nr/action-deployer-openshift from 1.0.1 to 1.0.3 Bumps [bcgov-nr/action-deployer-openshift](https://github.com/bcgov-nr/action-deployer-openshift) from 1.0.1 to 1.0.3. - [Release notes](https://github.com/bcgov-nr/action-deployer-openshift/releases) - [Commits](https://github.com/bcgov-nr/action-deployer-openshift/compare/v1.0.1...v1.0.3) --- updated-dependencies: - dependency-name: bcgov-nr/action-deployer-openshift dependency-type: direct:production update-type: version-update:semver-patch ... 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 e80e32d..3964c52 100644 --- a/.github/workflows/merge-main.yml +++ b/.github/workflows/merge-main.yml @@ -60,7 +60,7 @@ jobs: file: common/openshift.init.yml overwrite: false steps: - - uses: bcgov-nr/action-deployer-openshift@v1.0.1 + - uses: bcgov-nr/action-deployer-openshift@v1.0.3 with: file: ${{ matrix.file }} oc_namespace: ${{ secrets.OC_NAMESPACE }} @@ -95,7 +95,7 @@ jobs: file: common/openshift.init.yml overwrite: false steps: - - uses: bcgov-nr/action-deployer-openshift@v1.0.1 + - uses: bcgov-nr/action-deployer-openshift@v1.0.3 with: file: ${{ matrix.file }} oc_namespace: ${{ secrets.OC_NAMESPACE }} diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index b33136a..7ec876b 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -83,7 +83,7 @@ jobs: file: common/openshift.init.yml overwrite: false steps: - - uses: bcgov-nr/action-deployer-openshift@v1.0.1 + - uses: bcgov-nr/action-deployer-openshift@v1.0.3 with: file: ${{ matrix.file }} oc_namespace: ${{ secrets.OC_NAMESPACE }}