File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -17,11 +17,11 @@ jobs:
17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
20
- - name : ' Set up JDK 24 '
20
+ - name : ' Set up JDK 25 '
21
21
uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
22
22
with :
23
- java-version : 24
24
- distribution : temurin
23
+ java-version : 25
24
+ distribution : liberica
25
25
- uses : sbt/setup-sbt@17575ea4e18dd928fe5968dbe32294b97923d65b # v1.1.13
26
26
- name : ' Build all examples'
27
27
run : java src/Builder.java
Original file line number Diff line number Diff line change @@ -25,11 +25,11 @@ jobs:
25
25
build-mode : manual
26
26
steps :
27
27
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28
- - name : ' Set up JDK 24 '
28
+ - name : ' Set up JDK 25 '
29
29
uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
30
30
with :
31
- java-version : 24
32
- distribution : temurin
31
+ java-version : 25
32
+ distribution : liberica
33
33
- uses : sbt/setup-sbt@17575ea4e18dd928fe5968dbe32294b97923d65b # v1.1.13
34
34
- name : Initialize CodeQL
35
35
uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
You can’t perform that action at this time.
0 commit comments