diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index b3b599827..5a40e82af 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -25,11 +25,11 @@ jobs: with: java-version: '21' distribution: 'temurin' - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.gradle/wrapper key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }} - - uses: actions/cache@v4 + - uses: actions/cache@v5 with: path: ~/.gradle/caches key: ${{ runner.os }}-gradle-caches-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }}