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 3910821 commit aa9ae15Copy full SHA for aa9ae15
.github/workflows/build.yml
@@ -27,7 +27,7 @@ jobs:
27
java-version: 17
28
architecture: x64
29
- name: Cache Maven packages
30
- uses: actions/cache@v3.3.1
+ uses: actions/cache@v4.0.2
31
with:
32
path: ~/.m2
33
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
25
26
- uses: actions/cache@v3.3.2
0 commit comments