Skip to content

Commit

Permalink
Merge pull request #119 from joelkanyi/chore/update-libs/actions-cach…
Browse files Browse the repository at this point in the history
…e-4.x

update actions/cache action from v3 to v4
  • Loading branch information
joelkanyi committed Jun 9, 2024
2 parents e241df5 + be66a96 commit 20e14bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: chmod +x ./gradlew

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

0 comments on commit 20e14bb

Please sign in to comment.