From 0036aab5696d5a4255c912e6939396948f2b45da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 15:56:10 +0000 Subject: [PATCH] Update all dependencies | datasource | package | from | to | | ----------- | ----------------------------------------------------------------------------------- | ------ | ------ | | github-tags | actions/checkout | v3.5.2 | v3.5.3 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.8.21 | 1.8.22 | | maven | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.8.21 | 1.8.22 | | maven | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin | 1.8.10 | 1.8.20 | --- .github/workflows/publish.yml | 4 ++-- .github/workflows/pull_request.yml | 2 +- gradle/projects.libs.versions.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4c218e1..72a8fca 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -30,7 +30,7 @@ jobs: integrations-version: ${{ steps.get-integrations-version.outputs.integrations-version }} steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 with: fetch-depth: 0 @@ -67,7 +67,7 @@ jobs: runs-on: macos-11 steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 - uses: actions/setup-java@v3.11.0 with: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 0c5e13b..f7c4f13 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -14,7 +14,7 @@ jobs: timeout-minutes: 20 steps: - - uses: actions/checkout@v3.5.2 + - uses: actions/checkout@v3.5.3 with: fetch-depth: 0 diff --git a/gradle/projects.libs.versions.toml b/gradle/projects.libs.versions.toml index 81db0c8..9604db3 100644 --- a/gradle/projects.libs.versions.toml +++ b/gradle/projects.libs.versions.toml @@ -1,8 +1,8 @@ [versions] arrow = "1.1.5" -dokka = "1.8.10" +dokka = "1.8.20" arrowGradleConfig = "0.11.0" -kotlin = "1.8.21" +kotlin = "1.8.22" kotest = "5.6.2" kotlinBinaryCompatibilityValidator = "0.13.2" detekt = "1.23.0"