Skip to content

Commit

Permalink
Merge pull request #200 from natsuk4ze/Upgrade-cache-action-to-v4
Browse files Browse the repository at this point in the history
Upgrade cache action to v4
  • Loading branch information
natsuk4ze committed Jan 25, 2024
2 parents 467b45f + 5ff6c36 commit 03d4f98
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,13 +144,13 @@ jobs:
distribution: temurin

- name: Cache Gradle
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.gradle/caches
key: gradle

- name: Cache AVD
uses: actions/cache@v3
uses: actions/cache@v4
id: cache-avd
with:
path: |
Expand Down

0 comments on commit 03d4f98

Please sign in to comment.