File tree 2 files changed +10
-9
lines changed
2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -18,23 +18,23 @@ jobs:
18
18
openjdk14 :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v2
22
- - uses : actions/cache@v2
21
+ - uses : actions/checkout@v4
22
+ - uses : actions/cache@v4
23
23
with :
24
24
path : |
25
25
~/.sbt
26
26
~/.ivy2/cache
27
27
key : ${{ runner.os }}-sbt-${{ hashFiles('**/project/build.properties') }}-${{ hashFiles('**/build.sbt') }}-${{ hashFiles('**/project/Dependencies.scala') }}
28
- - uses : actions/setup-java@v2
28
+ - uses : actions/setup-java@v4
29
29
with :
30
- distribution : zulu
31
- java-version : 14 .0.1
30
+ distribution : temurin
31
+ java-version : 17 .0.5
32
32
- run : sbt -Depoll=true "test;stage"
33
33
- run : cp LICENSE README.md target/universal/stage && git log -n 1 --pretty=oneline > target/universal/stage/commit.txt
34
34
- run : cd target/universal/stage && tar -cvpJf ../../../lila-ws-3.0.tar.xz . && cd -
35
35
env :
36
36
XZ_OPT : ' -0'
37
- - uses : actions/upload-artifact@v1
37
+ - uses : actions/upload-artifact@v4
38
38
with :
39
39
name : lila-ws
40
40
path : lila-ws-3.0.tar.xz
Original file line number Diff line number Diff line change 6
6
openjdk13 :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@v2
10
- - uses : actions/setup-java@v1
9
+ - uses : actions/checkout@v4
10
+ - uses : actions/setup-java@v4
11
11
with :
12
- java-version : 13
12
+ distribution : temurin
13
+ java-version : 17.0.5
13
14
- run : sbt compile
You can’t perform that action at this time.
0 commit comments