We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae7da55 commit cf74336Copy full SHA for cf74336
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
fetch-depth: 0
34
35
- name: Set up JVM
36
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
37
with:
38
distribution: 'temurin'
39
java-version: ${{ matrix.java }}
@@ -56,7 +56,7 @@ jobs:
56
57
58
59
60
61
62
@@ -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