diff --git a/.github/workflows/build-pr.yml b/.github/workflows/build-pr.yml index 143c479..78b369c 100644 --- a/.github/workflows/build-pr.yml +++ b/.github/workflows/build-pr.yml @@ -13,14 +13,14 @@ jobs: - name: Cache Gradle Caches id: cache-gradle-caches - uses: actions/cache@v2 + uses: actions/cache@v3 with: key: ${{ runner.os }}-${{hashFiles('**/*.gradle')}} path: | ~/.gradle/caches - name: Cache Gradle Wrapper id: cache-gradle-wrapper - uses: actions/cache@v2 + uses: actions/cache@v3 with: key: ${{ runner.os }}-gradle-wrapper-${{ hashFiles('gradle/wrapper/gradle-wrapper.properties') }} path: |