From b61e91252557598cabf996cbadf829883af34bbf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 17:30:15 +0000 Subject: [PATCH] build(deps): bump hhd-dev/rechunk from 1.1.3 to 1.2.1 Bumps [hhd-dev/rechunk](https://github.com/hhd-dev/rechunk) from 1.1.3 to 1.2.1. - [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.1) --- updated-dependencies: - dependency-name: hhd-dev/rechunk 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..0daf318 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.1 with: rechunk: "ghcr.io/hhd-dev/rechunk:v1.1.2" ref: "localhost/${{ env.IMAGE_NAME }}:${{ env.DEFAULT_TAG }}"