Skip to content

Commit 1392de7

Browse files
authored
Merge pull request #76 from not-coded/renovate/actions-cache-5.x
Update actions/cache action to v5
2 parents 9a58247 + b9e9b08 commit 1392de7

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)