File tree Expand file tree Collapse file tree 6 files changed +15
-15
lines changed
plugin/src/main/kotlin/io/github/stefankoppier/oasdiff Expand file tree Collapse file tree 6 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ jobs:
1515
1616 steps :
1717 - name : Checkout source code
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v5
1919
2020 - name : Set up JDK 17
21- uses : actions/setup-java@v3
21+ uses : actions/setup-java@v5
2222 with :
2323 java-version : ' 17'
2424 distribution : ' temurin'
2525
2626 - name : Build
27- uses : gradle/gradle-build-action@v2
27+ uses : gradle/gradle-build-action@v3
2828 with :
2929 arguments : build sonarqube
3030 gradle-version : wrapper
Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
2121
2222 steps :
2323 - name : Checkout source code
24- uses : actions/checkout@v3
24+ uses : actions/checkout@v5
2525 with :
2626 fetch-depth : 0
2727
2828 - name : Set up JDK 17
29- uses : actions/setup-java@v3
29+ uses : actions/setup-java@v5
3030 with :
3131 java-version : ' 17'
3232 distribution : ' temurin'
@@ -73,12 +73,12 @@ jobs:
7373 VERSION : ${{ steps.nextversion.outputs.version }}
7474
7575 - name : Github release
76- uses : release-drafter/release-drafter@v5
76+ uses : release-drafter/release-drafter@v6
7777 env :
7878 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
7979
8080 - name : Gradle publish
81- uses : gradle/gradle-build-action@v2
81+ uses : gradle/gradle-build-action@v3
8282 with :
8383 arguments : publishPlugins -Dgradle.publish.key=${{ secrets.PUBLISH_KEY }} -Dgradle.publish.secret=${{ secrets.PUBLISH_SECRET }}
8484 gradle-version : wrapper
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ jobs:
1414
1515 steps :
1616 - name : Checkout source code
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v5
1818
1919 - name : Renovate
20- uses : renovatebot/github-action@v38.1.0
20+ uses : renovatebot/github-action@v43.0.13
2121 with :
2222 token : ${{ secrets.RENOVATE_TOKEN }}
2323 configurationFile : .github/config/renovate.js
Original file line number Diff line number Diff line change 11[versions ]
2- kotlin = " 1.8.21 "
2+ kotlin = " 2.2.20 "
33
44[libraries ]
55kotlin-bom = { module = " org.jetbrains.kotlin:kotlin-bom" , version.ref = " kotlin" }
@@ -9,6 +9,6 @@ kotlin-test-junit = { module = "org.jetbrains.kotlin:kotlin-test-junit" }
99
1010[plugins ]
1111kotlin = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
12- ktlint = { id = " org.jlleitschuh.gradle.ktlint" , version = " 11.3.2 " }
13- gradle-publish = { id = " com.gradle.plugin-publish" , version = " 1.2 .0" }
14- sonarqube = { id = " org.sonarqube" , version = " 4.0.0.2929 " }
12+ ktlint = { id = " org.jlleitschuh.gradle.ktlint" , version = " 13.1.0 " }
13+ gradle-publish = { id = " com.gradle.plugin-publish" , version = " 2.0 .0" }
14+ sonarqube = { id = " org.sonarqube" , version = " 6.3.1.5724 " }
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 .1.1 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-9 .1.0 -bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 11package io.github.stefankoppier.oasdiff
22
3- private const val _VERSION = " v1.5.14 "
3+ private const val _VERSION = " v2.1.2 "
44
55val VERSION = _VERSION .replace(" v" , " " )
You can’t perform that action at this time.
0 commit comments