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.
2 parents 7f04155 + 2185208 commit 09a379dCopy full SHA for 09a379d
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
13
14
- name: Cache local Maven repository
15
- uses: actions/cache@v3
+ uses: actions/cache@v4
16
with:
17
path: ~/.m2/repository
18
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/release.yml
@@ -59,7 +59,7 @@ jobs:
59
git push origin "${tag}"
60
61
62
63
64
65
0 commit comments