From 190da2b0ab1367aee16187d1247275e3ec1e3e50 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 14:45:47 +0800 Subject: [PATCH] chore(deps): update actions/cache action to v6 (#56) * chore(deps): ignore miuix in renovatebot * chore(deps): update actions/cache action to v6 --------- Co-authored-by: Miuzarte <982809597@qq.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/android.yml | 8 ++++---- .github/workflows/renovate-check.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index d9e10c0..eeda93a 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -31,7 +31,7 @@ jobs: distribution: "temurin" cache: gradle - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.gradle/caches @@ -40,7 +40,7 @@ jobs: key: gradle-deps-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} restore-keys: gradle-deps- - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.gradle/caches/build-cache-* @@ -110,7 +110,7 @@ jobs: distribution: "temurin" cache: gradle - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.gradle/caches @@ -119,7 +119,7 @@ jobs: key: gradle-deps-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} restore-keys: gradle-deps- - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.gradle/caches/build-cache-* diff --git a/.github/workflows/renovate-check.yml b/.github/workflows/renovate-check.yml index 3d38b4d..880655e 100644 --- a/.github/workflows/renovate-check.yml +++ b/.github/workflows/renovate-check.yml @@ -23,7 +23,7 @@ jobs: distribution: "temurin" cache: gradle - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.gradle/caches @@ -32,7 +32,7 @@ jobs: key: gradle-deps-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} restore-keys: gradle-deps- - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.gradle/caches/build-cache-*