Skip to content

Commit

Permalink
deps: Bump actions/cache from v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
leviem1 committed Aug 24, 2023
1 parent 071d9d7 commit 7baef20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v3

- name: Cache Gradle dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
uses: actions/checkout@v3

- name: Cache Gradle dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit 7baef20

Please sign in to comment.