Skip to content

Commit e1be6a6

Browse files
dependency: Update actions/cache action to v4.3.0
1 parent 6d6c16b commit e1be6a6

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
@@ -22,7 +22,7 @@ jobs:
2222
java-version: '17'
2323
distribution: 'temurin'
2424
- name: Cache Gradle
25-
uses: actions/cache@v4.2.4
25+
uses: actions/cache@v4.3.0
2626
with:
2727
path: ~/.gradle/caches
2828
key: >-

0 commit comments

Comments
 (0)