Skip to content

Commit 22b0183

Browse files
dependency: Update actions/cache action to v5.0.4 (#221)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent ce3ed49 commit 22b0183

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@v5.0.3
25+
uses: actions/cache@v5.0.4
2626
with:
2727
path: ~/.gradle/caches
2828
key: >-

0 commit comments

Comments
 (0)