diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 688325a..1599b60 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -15,7 +15,7 @@ jobs: - name: Cache Gradle id: cache-gradle - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.gradle key: ${{ runner.os }}-gradle @@ -46,7 +46,7 @@ jobs: - name: Cache Gradle id: cache-gradle - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.gradle key: ${{ runner.os }}-gradle @@ -96,7 +96,7 @@ jobs: - name: Cache Gradle id: cache-gradle - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.gradle key: ${{ runner.os }}-gradle