We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
actions/cache
1 parent 3018a57 commit 296c188Copy full SHA for 296c188
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
java-version: 11
17
18
- name: Cache Maven packages
19
- uses: actions/cache@v2
+ uses: actions/cache@v3
20
with:
21
path: ~/.m2
22
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
.github/workflows/release-components.yml
@@ -42,7 +42,7 @@ jobs:
42
run: git pull
43
44
45
46
47
48
.github/workflows/release-plugins.yml
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
0 commit comments