Skip to content

Commit 88be446

Browse files
dependency: Update actions/cache action to v4.3.0 (#177)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f4f0ec6 commit 88be446

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)