From e49b3a9db842ba17a14959033217b19c185d33bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Dec 2023 13:32:00 +0000 Subject: [PATCH] chore(deps): Bump bcgov-nr/action-builder-ghcr from 2.0.0 to 2.0.1 Bumps [bcgov-nr/action-builder-ghcr](https://github.com/bcgov-nr/action-builder-ghcr) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/bcgov-nr/action-builder-ghcr/releases) - [Commits](https://github.com/bcgov-nr/action-builder-ghcr/compare/v2.0.0...v2.0.1) --- updated-dependencies: - dependency-name: bcgov-nr/action-builder-ghcr dependency-type: direct:production update-type: version-update:semver-patch ... 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 b07cb52..ab486e7 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -49,7 +49,7 @@ jobs: build_context: ./backend steps: - uses: actions/checkout@v4 - - uses: bcgov-nr/action-builder-ghcr@v2.0.0 + - uses: bcgov-nr/action-builder-ghcr@v2.0.1 with: package: ${{ matrix.package }} tag: ${{ github.event.number }}