Skip to content

Commit

Permalink
Bump other reference of 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 02514fb commit 61d7e48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
path: ~/.gradle
key: ${{ runner.os }}-gradle-user-home
- name: Cache Gradle Files
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ./.gradle
key: ${{ runner.os }}-gradle-file
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ 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
- name: Cache Gradle Files
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: ./.gradle
key: ${{ runner.os }}-gradle-file
Expand Down

0 comments on commit 61d7e48

Please sign in to comment.