From 5ee0fe3e1b9e6b7052753dd9d5f69f555b3099b5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 22:51:49 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .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 9f723962..a20346ee 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@v4 - run: echo "CACHE_ID=$(date --utc '+%V')" >> $GITHUB_ENV - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: key: mkdocs-material-${{ env.CACHE_ID }} path: .cache