From 1a755ebf0920234301a33509e29c35f3f427ff0a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Dec 2025 22:10:38 +0000 Subject: [PATCH] Update actions/cache action to v5 --- .github/workflows/check.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 60d078b..1c0ef86 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -27,7 +27,7 @@ jobs: - name: Restore Gradle cache id: cache-gradle - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: | ~/.gradle/caches @@ -99,7 +99,7 @@ jobs: - name: Restore Gradle cache id: cache-gradle - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: | ~/.gradle/caches diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fa49bb0..f905ebc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -61,7 +61,7 @@ jobs: - name: Restore Gradle cache id: cache-gradle - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: | ~/.gradle/caches @@ -142,7 +142,7 @@ jobs: - name: Restore Gradle cache if: ${{ matrix.repository.enabled == true }} id: cache-gradle - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: | ~/.gradle/caches