From 5c4ade3d1872750badf9ae7b023b7c0a64867229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 16:23:59 +0000 Subject: [PATCH] build(deps): bump hhd-dev/rechunk from 1.1.3 to 1.2.4 Bumps [hhd-dev/rechunk](https://github.com/hhd-dev/rechunk) from 1.1.3 to 1.2.4. - [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.4) --- updated-dependencies: - dependency-name: hhd-dev/rechunk dependency-version: 1.2.4 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..d0f0dd8 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.4 with: rechunk: "ghcr.io/hhd-dev/rechunk:v1.1.2" ref: "localhost/${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}"