We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34a6f2f + 116661e commit 3144028Copy full SHA for 3144028
2 files changed
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
distribution: "adopt"
24
25
- name: Cache local Maven repository
26
- uses: actions/cache@v2
+ uses: actions/cache@v5
27
with:
28
path: ~/.m2/repository
29
key: ${{ runner.os }}-maven-build-${{ matrix.java }}-${{ hashFiles('**/pom.xml') }}
.github/workflows/release.yml
key: ${{ runner.os }}-maven-release-${{ hashFiles('**/pom.xml') }}
0 commit comments