We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2ecdd4 commit 52148fcCopy full SHA for 52148fc
.github/workflows/maven-release.yml
@@ -18,7 +18,7 @@ jobs:
18
java-version: 11
19
distribution: 'zulu'
20
- name: Cache Maven packages
21
- uses: actions/cache@v3
+ uses: actions/cache@v4
22
with:
23
path: ~/.m2
24
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments