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>
This commit is contained in:
renovate[bot]
2026-07-14 14:45:47 +08:00
committed by GitHub
parent f92467700c
commit 190da2b0ab
2 changed files with 6 additions and 6 deletions

View File

@@ -31,7 +31,7 @@ jobs:
distribution: "temurin" distribution: "temurin"
cache: gradle cache: gradle
- uses: actions/cache@v4 - uses: actions/cache@v6
with: with:
path: | path: |
~/.gradle/caches ~/.gradle/caches
@@ -40,7 +40,7 @@ jobs:
key: gradle-deps-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} key: gradle-deps-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: gradle-deps- restore-keys: gradle-deps-
- uses: actions/cache@v4 - uses: actions/cache@v6
with: with:
path: | path: |
~/.gradle/caches/build-cache-* ~/.gradle/caches/build-cache-*
@@ -110,7 +110,7 @@ jobs:
distribution: "temurin" distribution: "temurin"
cache: gradle cache: gradle
- uses: actions/cache@v4 - uses: actions/cache@v6
with: with:
path: | path: |
~/.gradle/caches ~/.gradle/caches
@@ -119,7 +119,7 @@ jobs:
key: gradle-deps-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} key: gradle-deps-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: gradle-deps- restore-keys: gradle-deps-
- uses: actions/cache@v4 - uses: actions/cache@v6
with: with:
path: | path: |
~/.gradle/caches/build-cache-* ~/.gradle/caches/build-cache-*

View File

@@ -23,7 +23,7 @@ jobs:
distribution: "temurin" distribution: "temurin"
cache: gradle cache: gradle
- uses: actions/cache@v4 - uses: actions/cache@v6
with: with:
path: | path: |
~/.gradle/caches ~/.gradle/caches
@@ -32,7 +32,7 @@ jobs:
key: gradle-deps-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }} key: gradle-deps-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: gradle-deps- restore-keys: gradle-deps-
- uses: actions/cache@v4 - uses: actions/cache@v6
with: with:
path: | path: |
~/.gradle/caches/build-cache-* ~/.gradle/caches/build-cache-*