Skip to content
This repository was archived by the owner on Mar 28, 2026. It is now read-only.

Commit b040d1e

Browse files
build(deps): Bump actions/cache from 4 to 5 (#141)
1 parent 6e3183f commit b040d1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/java-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
java-version: ${{ matrix.java }}
2929
java-package: jdk
3030
- name: Cache Gradle packages
31-
uses: actions/cache@v4
31+
uses: actions/cache@v5
3232
with:
3333
path: ~/.gradle/caches
3434
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle') }}

0 commit comments

Comments
 (0)