We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7710a47 + 3c2a582 commit 18cab17Copy full SHA for 18cab17
1 file changed
.github/workflows/pull-request.yml
@@ -17,7 +17,7 @@ jobs:
17
java-version: ${{ matrix.java }}
18
distribution: 'adopt'
19
- name: Cache Maven packages
20
- uses: actions/cache@v4
+ uses: actions/cache@v5
21
with:
22
path: ~/.m2
23
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments