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 7ba10b0 commit 2e89eefCopy full SHA for 2e89eef
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
fetch-depth: 0
35
36
- name: Set up JVM
37
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
38
with:
39
distribution: 'temurin'
40
java-version: ${{ matrix.java }}
@@ -60,7 +60,7 @@ jobs:
60
61
62
63
64
65
66
@@ -78,7 +78,7 @@ jobs:
78
79
80
81
82
83
84
java-version: '17'
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
14
15
16
17
18
19
java-version: 17
0 commit comments