File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 java : [
1515 21 # Minimum
1616 ]
17- os : [ubuntu-20 .04]
17+ os : [ubuntu-24 .04]
1818 runs-on : ${{ matrix.os }}
1919 steps :
2020 - name : Checkout repository
2121 uses : actions/checkout@v4
2222 with :
2323 fetch-depth : 0
2424 - name : Validate Gradle wrapper
25- uses : gradle/wrapper-validation-action@v2
25+ uses : gradle/actions/ wrapper-validation@v4
2626 - name : Setup JDK ${{ matrix.java }}
2727 uses : actions/setup-java@v4
2828 with :
Original file line number Diff line number Diff line change 1515 # Use these Java versions
1616 java : [21]
1717 # and run on both Linux and Windows
18- os : [ubuntu-20 .04]
18+ os : [ubuntu-24 .04]
1919 runs-on : ${{ matrix.os }}
2020 steps :
2121 - name : Checkout repository
3636 - name : Fetch tags
3737 run : git fetch --tags
3838 - name : Validate Gradle wrapper
39- uses : gradle/wrapper-validation-action@v2
39+ uses : gradle/actions/ wrapper-validation@v4
4040 - name : Setup JDK ${{ matrix.java }}
4141 uses : actions/setup-java@v4
4242 with :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ terraform_surfaces_api_version=11.0.0
1616terraform_wood_api_version =11.0.0
1717
1818# Biolith for worldgen module and testing
19- biolith_version =3.0.0
19+ biolith_version =3.0.5
2020
2121# TerraBlender for worldgen module and testing
2222terrablender_version =1.21-4.0.0.1
You can’t perform that action at this time.
0 commit comments