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 b4c4096 commit 3f41720Copy full SHA for 3f41720
.github/workflows/ci.yaml
@@ -20,7 +20,7 @@ jobs:
20
steps:
21
- uses: actions/checkout@v5
22
- name: Set up JDK ${{ matrix.java }} ${{ matrix.distribution }}
23
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
24
with:
25
java-version: ${{ matrix.java }}
26
distribution: ${{ matrix.distribution }}
.github/workflows/site.yaml
@@ -15,7 +15,7 @@ jobs:
15
16
17
- name: Set up JDK
18
19
cache: maven
distribution: temurin
0 commit comments