From 0677bf164965520c3d825426cee10f792f3d5764 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 17:27:31 +0000 Subject: [PATCH] build(deps): bump hhd-dev/rechunk from 1.1.3 to 1.2.2 Bumps [hhd-dev/rechunk](https://github.com/hhd-dev/rechunk) from 1.1.3 to 1.2.2. - [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.2) --- updated-dependencies: - dependency-name: hhd-dev/rechunk dependency-version: 1.2.2 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 a773dc6..021745d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -248,7 +248,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.2 with: rechunk: "ghcr.io/hhd-dev/rechunk:v1.1.2" ref: "localhost/${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}"