Skip to content

Commit 9bd86e0

Browse files
[Renovate] Update actions/cache action to v4.2.0 (#62)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7a46b73 commit 9bd86e0

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
@@ -23,7 +23,7 @@ jobs:
2323
distribution: adopt
2424
java-version: '${{ matrix.java }}'
2525
- name: Cache Gradle
26-
uses: actions/cache@v4.1.2
26+
uses: actions/cache@v4.2.0
2727
with:
2828
path: ~/.gradle/caches
2929
key: >-

0 commit comments

Comments
 (0)