Skip to content

Commit

Permalink
Bump outdated actions/cache.
Browse files Browse the repository at this point in the history
Signed-off-by: 秋雨落 <[email protected]>
  • Loading branch information
qyl27 committed Feb 13, 2025
1 parent c15dd9b commit 02514fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
java-version: '21'
- name: Cache Gradle User Files
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ~/.gradle
key: ${{ runner.os }}-gradle-user-home
Expand Down

0 comments on commit 02514fb

Please sign in to comment.