Skip to content

Commit 91a0fa3

Browse files
Merge pull request #49 from PrimordialMoros/renovate/actions-cache-4.x
Update actions/cache action to v4
2 parents 308d526 + 820933f commit 91a0fa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup gradle
2828
uses: gradle/gradle-build-action@v2
2929
- name: Setup gradle cache
30-
uses: actions/cache@v3
30+
uses: actions/cache@v4
3131
env:
3232
cache-name: project-gradle-cache
3333
with:

0 commit comments

Comments
 (0)