From e0e18744f369e66022de57ea3d960ca437f13620 Mon Sep 17 00:00:00 2001
From: Kyle Gospodnetich <me@kylegospodneti.ch>
Date: Wed, 7 Aug 2024 08:27:26 -0700
Subject: [PATCH] chore(ci): Update rechunker to v0.8.1

---
 .github/workflows/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c814cba4..a498507f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -236,9 +236,9 @@ jobs:
       # Reprocess raw-img using rechunker which will delete it
       - name: Run Rechunker
         id: rechunk
-        uses: hhd-dev/rechunk@v0.8.0
+        uses: hhd-dev/rechunk@v0.8.1
         with:
-          rechunk: 'ghcr.io/hhd-dev/rechunk:v0.8.0'
+          rechunk: 'ghcr.io/hhd-dev/rechunk:v0.8.1'
           ref: 'raw-img'
           prev-ref: ${{ github.event.inputs.fresh-rechunk == 'true' && '' || 'ghcr.io/ublue-os/bazzite:unstable' }}
           version: '${{ steps.generate-version.outputs.tag }}'