File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " Java" ,
3- "image" : " mcr.microsoft.com/devcontainers/java:1 -21" ,
3+ "image" : " mcr.microsoft.com/devcontainers/java:3 -21" ,
44 "features" : {
55 "ghcr.io/devcontainers/features/java:1" : {
66 "version" : " none" ,
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
1515
1616 steps :
1717 - name : Checkout the repo
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919 with :
2020 fetch-depth : 0
2121
2222 - name : Set up Java
23- uses : actions/setup-java@v4
23+ uses : actions/setup-java@v5
2424 with :
2525 distribution : ' zulu'
2626 java-version : 11
Original file line number Diff line number Diff line change 1010 timeout-minutes : 20
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121 timeout-minutes : 30
2222 runs-on : macos-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0
2727
2828 - name : Set up Java
29- uses : actions/setup-java@v4
29+ uses : actions/setup-java@v5
3030 with :
3131 distribution : ' zulu'
3232 java-version : 11
3838
3939 - name : Upload reports
4040 if : failure()
41- uses : actions/upload-artifact@v4
41+ uses : actions/upload-artifact@v5
4242 with :
4343 name : ' reports-${{ matrix.os }}'
4444 path : ' **/build/reports/**'
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 with :
1212 fetch-depth : 0
1313
1414 - name : Set up Java
15- uses : actions/setup-java@v4
15+ uses : actions/setup-java@v5
1616 with :
1717 distribution : ' zulu'
1818 java-version : 11
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.12.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9.2.0 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ kotlinx-json="1.8.0"
1010kotlinx-knit =" 0.5.0"
1111publish =" 0.30.0"
1212knit =" 0.5.0"
13- spotless =" 7 .0.2 "
13+ spotless =" 8 .0.0 "
1414
1515[libraries ]
1616arrow-optics = { module = " io.arrow-kt:arrow-optics" , version.ref = " arrow" }
You can’t perform that action at this time.
0 commit comments