File tree Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Expand file tree Collapse file tree 2 files changed +16
-9
lines changed Original file line number Diff line number Diff line change @@ -12,11 +12,13 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@v4
1616 with :
17- lfs : true
1817 fetch-depth : 0
19-
18+
19+ - name : Checkout LFS objects
20+ run : git lfs pull
21+
2022 - name : Set up JDK 21
2123 uses : actions/setup-java@v3
2224 with :
@@ -42,10 +44,12 @@ jobs:
4244 id-token : write
4345 pages : write
4446 steps :
45- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v4
4648 with :
47- lfs : true
4849 fetch-depth : 0
50+
51+ - name : Checkout LFS objects
52+ run : git lfs pull
4953
5054 - name : Set up JDK 21
5155 uses : actions/setup-java@v3
@@ -83,11 +87,14 @@ jobs:
8387 platform : macos
8488
8589 steps :
86- - uses : actions/checkout@v3
90+ - uses : actions/checkout@v4
8791 with :
88- lfs : true
8992 fetch-depth : 0
90-
93+
94+ - name : Checkout LFS objects
95+ run : git lfs pull
96+
97+
9198 - name : Set up GraalVM
9299 uses : graalvm/setup-graalvm@v1
93100 with :
Original file line number Diff line number Diff line change @@ -6,4 +6,4 @@ teaVmVersion=0.13.0-nge
66
77# NGE versions
88ngePlatformVersion =0.2.2
9- ngeVersion =0.2-rc4
9+ ngeVersion =0.2-rc7
You can’t perform that action at this time.
0 commit comments