diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 169b32f..9ace343 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -24,7 +24,7 @@ jobs: build_file: ./frontend/Dockerfile.app steps: - uses: actions/checkout@v4 - - uses: bcgov-nr/action-builder-ghcr@v2.2.0 + - uses: bcgov-nr/action-builder-ghcr@v2.3.0 with: package: ${{ matrix.package }} build_file: ${{ matrix.build_file }}