From a2c3222e7e16dc0222131b7bc1fde29b2f198e8b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 07:27:37 +0000 Subject: [PATCH] Bump bcgov-nr/action-builder-ghcr from 1.1.2 to 2.0.0 Bumps [bcgov-nr/action-builder-ghcr](https://github.com/bcgov-nr/action-builder-ghcr) from 1.1.2 to 2.0.0. - [Release notes](https://github.com/bcgov-nr/action-builder-ghcr/releases) - [Commits](https://github.com/bcgov-nr/action-builder-ghcr/compare/v1.1.2...v2.0.0) --- updated-dependencies: - dependency-name: bcgov-nr/action-builder-ghcr dependency-type: direct:production update-type: version-update:semver-major ... 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 7ec49ee5..2cc776cc 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -53,7 +53,7 @@ jobs: build_context: ./frontend steps: - uses: actions/checkout@v3 - - uses: bcgov-nr/action-builder-ghcr@v1.1.2 + - uses: bcgov-nr/action-builder-ghcr@v2.0.0 with: package: ${{ matrix.package }} build_file: ${{ matrix.build_file }}