File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2828 - name : Setup format tools
2929 run : |
3030 export KTLINT_VERSION=1.3.1
31- mkdir ${HOME}/.local/bin
31+ mkdir -p ${HOME}/.local/bin
3232 echo "Installing ktlint $KTLINT_VERSION"
3333 curl -sSLO "https://github.com/pinterest/ktlint/releases/download/$KTLINT_VERSION/ktlint" && chmod a+x ktlint && mv ktlint ${HOME}/.local/bin/
3434 ktlint --version
4646 ktlint '**/*.kt' '**/*.kts' '!**/build/generated*/**' |
4747 reviewdog -tee -reporter=github-pr-review -log-level=debug -efm="%f:%l:%c: %m" -name=ktlint
4848 env :
49- REVIEWDOG_GITHUB_API_TOKEN : ${{ github.token }}
49+ REVIEWDOG_GITHUB_API_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
113113 - name : Create release
114114 id : create_release
115- uses : ncipollo/release-action@v1.14 .0
115+ uses : ncipollo/release-action@v1.15 .0
116116 with :
117117 body : ${{ steps.build_changelog.outputs.changelog }}
118118 name : Release ${{ needs.version.outputs.RELEASE_VERSION }}
Original file line number Diff line number Diff line change 22kotlin = " 2.0.21"
33kotest = " 6.0.0.M1"
44serialization = " 1.7.3"
5- graphql = " 8.2.1 "
5+ graphql = " 8.3.0 "
66
77[plugins ]
88kotlin-jvm = { id = " org.jetbrains.kotlin.jvm" , version.ref = " kotlin" }
99kotlin-mutliplatform = { id = " org.jetbrains.kotlin.multiplatform" , version.ref = " kotlin" }
1010kotlin-serialization = { id = " org.jetbrains.kotlin.plugin.serialization" , version.ref = " kotlin" }
11- kotlin-binaryCompatibility = { id = " org.jetbrains.kotlinx.binary-compatibility-validator" , version = " 0.16.3 " }
11+ kotlin-binaryCompatibility = { id = " org.jetbrains.kotlinx.binary-compatibility-validator" , version = " 0.17.0 " }
1212kotest-multiplatform = { id = " io.kotest.multiplatform" , version.ref = " kotest" }
1313expediagroup-graphql = { id = " com.expediagroup.graphql" , version.ref = " graphql" }
1414publication = { id = " com.vanniktech.maven.publish" , version = " 0.30.0" }
Original file line number Diff line number Diff line change 11enableFeaturePreview(" TYPESAFE_PROJECT_ACCESSORS" )
22
33plugins {
4- id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.8 .0"
4+ id(" org.gradle.toolchains.foojay-resolver-convention" ) version " 0.9 .0"
55}
66
77@Suppress(" UnstableApiUsage" )
You can’t perform that action at this time.
0 commit comments