Skip to content

Commit

Permalink
Merge pull request #115 from Kotlin-Android-Open-Source/renovate/majo…
Browse files Browse the repository at this point in the history
…r-all-deps

chore(deps): update actions/cache action to v3
  • Loading branch information
hoc081098 committed Mar 21, 2022
2 parents cc3dbf3 + 39cf973 commit 825a00f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: '11'

- name: Cache gradle, wrapper and buildSrc
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gradle-versions-checker.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
java-version: '11'

- name: Cache gradle, wrapper and buildSrc
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review-suggest.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
distribution: 'zulu'
java-version: '11'
- name: Cache gradle, wrapper and buildSrc
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
java-version: '11'

- name: Cache gradle, wrapper and buildSrc
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit 825a00f

Please sign in to comment.