Skip to content

Commit ab85fc8

Browse files
authored
Merge pull request #205 from tailrocks/renovate/actions-cache-4.x
Update actions/cache action to v4
2 parents 95211d8 + f230652 commit ab85fc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
distribution: temurin
1616
java-version: 17
1717
- name: Cache Gradle packages
18-
uses: actions/cache@v3
18+
uses: actions/cache@v4
1919
with:
2020
path: ~/.gradle/caches
2121
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}
@@ -38,7 +38,7 @@ jobs:
3838
distribution: temurin
3939
java-version: 17
4040
- name: Cache Gradle packages
41-
uses: actions/cache@v3
41+
uses: actions/cache@v4
4242
with:
4343
path: ~/.gradle/caches
4444
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle.kts') }}

0 commit comments

Comments
 (0)