From 544d8306f849f82ee3e4d8318fec380f6913b00d Mon Sep 17 00:00:00 2001 From: XDEV Renovate Bot Date: Wed, 24 Jun 2026 05:30:57 +0000 Subject: [PATCH] Update actions/cache action to v6 --- .github/workflows/check-build.yml | 6 +++--- .github/workflows/check-ide-compatibility.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check-build.yml b/.github/workflows/check-build.yml index 7db6f78..cb56b81 100644 --- a/.github/workflows/check-build.yml +++ b/.github/workflows/check-build.yml @@ -37,7 +37,7 @@ jobs: java-version: ${{ matrix.java }} - name: Cache Gradle - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.gradle/caches @@ -99,7 +99,7 @@ jobs: java-version: ${{ matrix.java }} - name: Cache Gradle - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.gradle/caches @@ -132,7 +132,7 @@ jobs: run: ./gradlew pmdMain pmdTest -PpmdEnabled --stacktrace -x test - name: Cache Gradle - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.gradle/caches diff --git a/.github/workflows/check-ide-compatibility.yml b/.github/workflows/check-ide-compatibility.yml index a398b9b..6c1585d 100644 --- a/.github/workflows/check-ide-compatibility.yml +++ b/.github/workflows/check-ide-compatibility.yml @@ -50,7 +50,7 @@ jobs: java-version: 21 - name: Cache Gradle - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.gradle/caches diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e637fb9..6824a6b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: distribution: 'temurin' - name: Try restore Gradle Cache - uses: actions/cache/restore@v5 + uses: actions/cache/restore@v6 with: path: | ~/.gradle/caches