Skip to content

Commit f0ca8f2

Browse files
Update actions/cache action to v5 (#158)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 59e431b commit f0ca8f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
java-version: ${{ env.JAVA_VERSION }}
3535

3636
- name: Cache Gradle
37-
uses: actions/cache@v4
37+
uses: actions/cache@v5
3838
with:
3939
path: |
4040
~/.gradle/caches

0 commit comments

Comments
 (0)