From c95487eb5cf802e9d42ae9a8b36fc492395f67f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Jul 2023 05:46:59 +0000 Subject: [PATCH] Bump bcgov-nr/action-builder-ghcr from 1.1.1 to 1.2.0 Bumps [bcgov-nr/action-builder-ghcr](https://github.com/bcgov-nr/action-builder-ghcr) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/bcgov-nr/action-builder-ghcr/releases) - [Commits](https://github.com/bcgov-nr/action-builder-ghcr/compare/v1.1.1...v1.2.0) --- updated-dependencies: - dependency-name: bcgov-nr/action-builder-ghcr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-open.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index a07e572..3bc4781 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -74,7 +74,7 @@ jobs: build_context: ./backend-java steps: - uses: actions/checkout@v3 - - uses: bcgov-nr/action-builder-ghcr@v1.1.1 + - uses: bcgov-nr/action-builder-ghcr@v1.2.0 with: package: ${{ matrix.package }} tag: ${{ github.event.number }}