Skip to content

Commit e15f60a

Browse files
committed
Update actions/cache action to v5
1 parent 2b6fd11 commit e15f60a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
java-version: 11
9999

100100
- name: Cache Maven
101-
uses: actions/cache@v4
101+
uses: actions/cache@v5
102102
with:
103103
path: ~/.m2/repository
104104
key: ${{ runner.os }}-mvn-build-java-11-${{ hashFiles('**/pom.xml') }}

0 commit comments

Comments
 (0)