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 f2e1b26 commit 1e201d4Copy full SHA for 1e201d4
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Checkout
15
uses: actions/checkout@v5
16
- name: Set up Java
17
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
18
with:
19
distribution: 'adopt'
20
java-version: ${{ matrix.java }}
@@ -31,7 +31,7 @@ jobs:
31
32
33
34
35
36
37
java-version: 11 # Build releases using oldest supported jdk
0 commit comments