Skip to content

Commit b9e9b08

Browse files
Update actions/cache action to v5
1 parent e6006b5 commit b9e9b08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: make gradle wrapper executable
3636
run: chmod +x ./gradlew
3737
- name: cache gradle
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
with:
4040
path: |
4141
~/.gradle/caches

0 commit comments

Comments
 (0)