diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5efa5326..c220fc51 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -151,7 +151,7 @@ jobs: - name: Deploy docs 🚀 to website if: ${{ github.ref == 'refs/heads/master' && github.repository == 'hoc081098/FlowExt' && matrix.os == 'macos-14' }} - uses: JamesIves/github-pages-deploy-action@v4.6.1 + uses: JamesIves/github-pages-deploy-action@v4.6.3 with: branch: gh-pages # The branch the action should deploy to. folder: build/dokka/html # The folder the action should deploy. diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index f67dc4e7..4b04cb42 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -103,7 +103,7 @@ jobs: - name: Deploy docs 🚀 to website if: ${{ matrix.os == 'macos-14' }} - uses: JamesIves/github-pages-deploy-action@v4.6.1 + uses: JamesIves/github-pages-deploy-action@v4.6.3 with: branch: gh-pages # The branch the action should deploy to. folder: build/dokka/html # The folder the action should deploy. diff --git a/build.gradle.kts b/build.gradle.kts index e804c599..8b74e509 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,11 +12,11 @@ import org.jetbrains.kotlin.gradle.plugin.mpp.NativeBuildType import java.net.URL plugins { - kotlin("multiplatform") version "2.0.10" + kotlin("multiplatform") version "2.0.20" id("com.diffplug.spotless") version "6.25.0" id("maven-publish") id("com.vanniktech.maven.publish") version "0.29.0" - id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.15.0-Beta.2" + id("org.jetbrains.kotlinx.binary-compatibility-validator") version "0.16.3" id("org.jetbrains.dokka") version "1.9.20" id("org.jetbrains.kotlinx.kover") version "0.8.3" } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a4413138..9355b415 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME