From 22c1f5bbd67444ed9d4a5a451387340fd32a1910 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jul 2025 20:18:00 +0000 Subject: [PATCH] build(deps): bump hhd-dev/rechunk from 1.1.3 to 1.2.3 Bumps [hhd-dev/rechunk](https://github.com/hhd-dev/rechunk) from 1.1.3 to 1.2.3. - [Release notes](https://github.com/hhd-dev/rechunk/releases) - [Changelog](https://github.com/hhd-dev/rechunk/blob/master/example_changelog.md) - [Commits](https://github.com/hhd-dev/rechunk/compare/v1.1.3...v1.2.3) --- updated-dependencies: - dependency-name: hhd-dev/rechunk dependency-version: 1.2.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8418586..0e47e1f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -246,7 +246,7 @@ jobs: # You can enable it by uncommenting the following lines: - name: Run Rechunker id: rechunk - uses: hhd-dev/rechunk@v1.1.3 + uses: hhd-dev/rechunk@v1.2.3 with: rechunk: "ghcr.io/hhd-dev/rechunk:v1.1.2" ref: "localhost/${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}"