Update actions/cache to v5 in setup-java-maven workflow

This commit is contained in:
2026-04-02 19:15:21 +02:00
parent d586567fd6
commit 83995ba5fa
+1 -1
View File
@@ -21,7 +21,7 @@ runs:
uses: actions/setup-java@v5
- name: Cache Maven Repository
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}