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 2f55977 commit da8d236Copy full SHA for da8d236
.github/workflows/ci.yml
@@ -16,7 +16,7 @@ jobs:
16
java-version: 8
17
18
- name: Cache local Maven repository
19
- uses: actions/cache@v2
+ uses: actions/cache@v3
20
with:
21
path: ~/.m2/repository
22
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
23
24
0 commit comments