From 3cb26db312e76f99deb5d7212a5856e1c46777d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Dec 2025 20:36:39 +0000 Subject: [PATCH] Update actions/cache action to v5 | datasource | package | from | to | | ----------- | ------------- | ------ | ------ | | github-tags | actions/cache | v4.0.2 | v5.0.1 | --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c93eb78..2d4aaa1 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: uses: docker/setup-buildx-action@v3.6.1 - name: Cache Docker layers - uses: actions/cache@v4.0.2 + uses: actions/cache@v5.0.1 with: path: /tmp/.buildx-cache key: ${{ runner.os }}-buildx-${{ github.sha }}