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 ac52405 commit 443cccdCopy full SHA for 443cccd
.github/workflows/release.yml
@@ -26,7 +26,7 @@ jobs:
26
fetch-depth: 0
27
28
- name: Setup Java
29
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
30
with:
31
java-version: ${{ env.JAVA_VERSION }}
32
distribution: ${{ env.JAVA_DISTRO }}
.github/workflows/test.yml
@@ -19,13 +19,13 @@ jobs:
19
20
21
22
23
24
25
- name: Cache Maven
- uses: actions/cache@v2
+ uses: actions/cache@v3
path: ~/.m2/repository
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
0 commit comments