Skip to content
This repository has been archived by the owner on Sep 4, 2022. It is now read-only.

Commit

Permalink
Update actions/cache action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and renovate[bot] committed Mar 26, 2022
1 parent 5603ff2 commit 5d8e27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 5d8e27e

Please sign in to comment.