diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d480c99b..c59f39ef 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.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 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 7fe77784..02537928 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.9 + uses: JamesIves/github-pages-deploy-action@v4.7.1 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 13c160ea..4112a8e3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -12,7 +12,7 @@ import org.jetbrains.kotlin.gradle.plugin.mpp.NativeBuildType import java.net.URL plugins { - kotlin("multiplatform") version "2.0.21" + kotlin("multiplatform") version "2.1.0" id("com.diffplug.spotless") version "6.25.0" id("maven-publish") id("com.vanniktech.maven.publish") version "0.30.0" diff --git a/settings.gradle.kts b/settings.gradle.kts index 0dbcc3b6..e5c0d8fa 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -2,5 +2,5 @@ rootProject.name = "FlowExt" plugins { - id("org.gradle.toolchains.foojay-resolver-convention") version("0.8.0") + id("org.gradle.toolchains.foojay-resolver-convention") version("0.9.0") }