From 00c8323e892f4cc6a7f956c16e7001171ae81163 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 12:04:59 +0000 Subject: [PATCH] chore(deps): bump bcgov-nr/action-deployer-openshift from 1.2.0 to 1.2.1 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](https://github.com/bcgov-nr/action-deployer-openshift/compare/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] --- .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 9c2b3cce1..d6dce65af 100644 --- a/.github/workflows/merge-main.yml +++ b/.github/workflows/merge-main.yml @@ -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.0 + - uses: bcgov-nr/action-deployer-openshift@v1.2.1 with: file: ${{ matrix.file }} oc_namespace: ${{ vars.OC_NAMESPACE }} @@ -220,7 +220,7 @@ jobs: -p PROMOTE_MIGRATION=${{ github.repository }}/database-migrations-go:test steps: - - uses: bcgov-nr/action-deployer-openshift@v1.2.0 + - uses: bcgov-nr/action-deployer-openshift@v1.2.1 with: file: ${{ matrix.file }} oc_namespace: ${{ vars.OC_NAMESPACE }} diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index d735e9635..b5178ac38 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -145,7 +145,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.0 + - uses: bcgov-nr/action-deployer-openshift@v1.2.1 with: file: ${{ matrix.file }} oc_namespace: ${{ vars.OC_NAMESPACE }}