Skip to content

Commit

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

update actions/cache action from v2 to v3
  • Loading branch information
joelkanyi committed Jun 9, 2024
2 parents fa104d0 + 7baf12e commit e724069
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@v2
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit e724069

Please sign in to comment.