Skip to content

Commit

Permalink
Merge pull request #478 from kennethshackleton/cache-actions
Browse files Browse the repository at this point in the history
Update GitHub cache action to v3.
  • Loading branch information
kennethshackleton authored Sep 15, 2023
2 parents 06f5cd0 + 9063ab4 commit 4c17eae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
distribution: temurin
java-version: 17
- name: 'Build cache'
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
~/.gradle/caches
Expand Down

0 comments on commit 4c17eae

Please sign in to comment.