There was an error while loading. Please reload this page.
2 parents 183de18 + 2f71b28 commit 9e87b15Copy full SHA for 9e87b15
2 files changed
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
with:
31
fetch-depth: 0
32
- name: Setup JDK
33
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
34
35
distribution: "${{ matrix.distribution }}"
36
java-version: "${{ matrix.java }}"
.github/workflows/release.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
distribution: temurin
24
java-version: 11
0 commit comments