From becc97c677cc6733c1b2675da31c0b8731bdde09 Mon Sep 17 00:00:00 2001 From: Tyler Akins Date: Mon, 19 Jan 2026 17:33:05 -0600 Subject: [PATCH] Updating to use a newer cache --- .github/workflows/release.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 118f5d3..e1e9949 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -20,7 +20,7 @@ jobs: uses: docker/setup-buildx-action@v1 - name: Cache Docker layers if: startsWith(github.ref, 'refs/tags/') - uses: actions/cache@v2 + uses: actions/cache@v4 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }} @@ -42,4 +42,4 @@ jobs: tags: ${{ steps.docker_meta.outputs.tags }} cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache - push: true \ No newline at end of file + push: true