Skip to content

Commit

Permalink
Upgrading cache action to v4 to avoid deprecation.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpalis committed Jan 14, 2025
1 parent ded99a8 commit 77f9bc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
java-version: 17

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

0 comments on commit 77f9bc2

Please sign in to comment.