Skip to content

Commit 23b5a9c

Browse files
authored
Merge pull request #466 from xdev-software/renovate/actions-cache-5.x
Update actions/cache action to v5
2 parents 866a2ff + 5105d23 commit 23b5a9c

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)