We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 866a2ff + 5105d23 commit 23b5a9cCopy full SHA for 23b5a9c
1 file changed
.github/workflows/check-build.yml
@@ -98,7 +98,7 @@ jobs:
98
java-version: 11
99
100
- name: Cache Maven
101
- uses: actions/cache@v4
+ uses: actions/cache@v5
102
with:
103
path: ~/.m2/repository
104
key: ${{ runner.os }}-mvn-build-java-11-${{ hashFiles('**/pom.xml') }}
0 commit comments