We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b96cfe1 commit 8ca622fCopy full SHA for 8ca622f
.github/workflows/maven.yml
@@ -28,7 +28,7 @@ jobs:
28
with:
29
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
30
- name: Set up JDK
31
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
32
33
distribution: 'zulu'
34
java-version: ${{ matrix.java_version }}
.github/workflows/pr.yml
@@ -23,7 +23,7 @@ jobs:
23
steps:
24
- uses: actions/checkout@v3
25
26
27
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
- name: Set up JDK 11
21
22
java-version: 11
0 commit comments