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 07b764e commit 001bc83Copy full SHA for 001bc83
.github/workflows/docker-release.yml
@@ -19,7 +19,7 @@ jobs:
19
java-version: 11
20
distribution: 'zulu'
21
- name: Cache Maven packages
22
- uses: actions/cache@v3
+ uses: actions/cache@v4
23
with:
24
path: ~/.m2
25
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
.github/workflows/maven-release.yml
@@ -18,7 +18,7 @@ jobs:
18
0 commit comments