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.
2 parents 3144297 + a7d75e3 commit 9c848aaCopy full SHA for 9c848aa
.github/workflows/maven.yml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v4
22
- name: Set up JDK
23
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
24
with:
25
distribution: 'temurin'
26
java-version: ${{ matrix.java }}
@@ -47,7 +47,7 @@ jobs:
47
maximum-size: 16GB
48
disk-root: "C:"
49
- name: Set up Windows JDK
50
51
52
53
.github/workflows/nightly-build.yml
@@ -14,7 +14,7 @@ jobs:
14
15
16
17
18
19
distribution: temurin
java-version: 21
0 commit comments