diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index b5a05c8..42cf45d 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -17,7 +17,7 @@ jobs: - name: Cache Gradle id: cache-gradle - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.gradle key: ${{ runner.os }}-gradle @@ -49,7 +49,7 @@ jobs: - name: Cache Gradle id: cache-gradle - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.gradle key: ${{ runner.os }}-gradle @@ -99,7 +99,7 @@ jobs: - name: Cache Gradle id: cache-gradle - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.gradle key: ${{ runner.os }}-gradle