From f2af3614d99878bc983164e1c4c0c72bfed50019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 22:53:52 -0800 Subject: [PATCH] Bump bcgov-nr/action-builder-ghcr from 1.1.0 to 1.1.2 (#28) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [bcgov-nr/action-builder-ghcr](https://github.com/bcgov-nr/action-builder-ghcr) from 1.1.0 to 1.1.2. - [Release notes](https://github.com/bcgov-nr/action-builder-ghcr/releases) - [Commits](https://github.com/bcgov-nr/action-builder-ghcr/compare/v1.1.0...v1.1.2) --- updated-dependencies: - dependency-name: bcgov-nr/action-builder-ghcr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Tobias Müller --- .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 5dc00ed7..7ec49ee5 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.0 + - uses: bcgov-nr/action-builder-ghcr@v1.1.2 with: package: ${{ matrix.package }} build_file: ${{ matrix.build_file }}