Skip to content

Commit 2b1d340

Browse files
dependency: Update actions/cache action to v6 (#106)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9e630d1 commit 2b1d340

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)