From 5d8e27e2315dd356c62ed6b318a1a99d7bcf9b25 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 13:03:08 +0000 Subject: [PATCH] Update actions/cache action to v3 --- .github/workflows/build-pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: |