diff --git a/.github/workflows/check-build.yml b/.github/workflows/check-build.yml index b1a261d..877263c 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@v4 + uses: actions/cache@v5 with: path: | ~/.gradle/caches @@ -99,7 +99,7 @@ jobs: java-version: ${{ matrix.java }} - name: Cache Gradle - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.gradle/caches @@ -132,7 +132,7 @@ jobs: run: ./gradlew pmdMain pmdTest -PpmdEnabled --stacktrace -x test - name: Cache Gradle - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.gradle/caches diff --git a/.github/workflows/check-ide-compatibility.yml b/.github/workflows/check-ide-compatibility.yml index 8f38332..d2e54df 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@v4 + uses: actions/cache@v5 with: path: | ~/.gradle/caches diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b192f56..807584d 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@v4 + uses: actions/cache/restore@v5 with: path: | ~/.gradle/caches