Skip to content

Commit 286861e

Browse files
committed
chore(CI): update to actions/cache@v4
1 parent 64a9312 commit 286861e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
distribution: temurin
2222
java-version: 18
2323
- name: Cache Gradle packages
24-
uses: actions/cache@v2
24+
uses: actions/cache@v4
2525
with:
2626
path: ~/.gradle/caches
2727
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}
@@ -44,7 +44,7 @@ jobs:
4444
distribution: temurin
4545
java-version: ${{ matrix.jdk }}
4646
- name: Cache Gradle packages
47-
uses: actions/cache@v2
47+
uses: actions/cache@v4
4848
with:
4949
path: ~/.gradle/caches
5050
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)