From ec1789b2442031dcba243badef14af725666f35c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 23 Jun 2026 19:00:25 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/build-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-website.yml b/.github/workflows/build-website.yml index 6c2671d7..1bed214f 100644 --- a/.github/workflows/build-website.yml +++ b/.github/workflows/build-website.yml @@ -35,7 +35,7 @@ jobs: - name: Set up Gradle uses: gradle/actions/setup-gradle@v6 - run: echo "CACHE_ID=$(date --utc '+%V')" >> $GITHUB_ENV - - uses: actions/cache@v5 + - uses: actions/cache@v6 with: key: mkdocs-material-${{ env.CACHE_ID }} path: .cache