Skip to content

Commit d4f3913

Browse files
dependency: Update actions/cache action to v6
1 parent c51bb1e commit d4f3913

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
distribution: temurin
1919
java-version: '21'
2020
- name: Cache Gradle
21-
uses: actions/cache@v5
21+
uses: actions/cache@v6
2222
with:
2323
path: ~/.gradle/caches
2424
key: >-

0 commit comments

Comments
 (0)