From 9a3bc437f3f67c13e0d8f7d7a11b371df18f898a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 14 Apr 2022 21:54:19 +0000 Subject: [PATCH] Update all dependencies | datasource | package | from | to | | ----------- | --------------------------------------------------------------------- | ------- | ------- | | github-tags | actions/checkout | v3.0.0 | v3.0.1 | | github-tags | actions/checkout | v3.0.0 | v3.0.1 | | github-tags | actions/checkout | v3.0.0 | v3.0.1 | | github-tags | stefanzweifel/git-auto-commit-action | v4.14.0 | v4.14.1 | | maven | io.gitlab.arturbosch.detekt:io.gitlab.arturbosch.detekt.gradle.plugin | 1.19.0 | 1.20.0 | | maven | org.jetbrains.dokka:org.jetbrains.dokka.gradle.plugin | 1.6.10 | 1.6.20 | --- .github/workflows/publish.yml | 4 ++-- .github/workflows/pull_request.yml | 4 ++-- gradle/projects.libs.versions.toml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b15efdc..70bfcad 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.0.0 + - uses: actions/checkout@v3.0.1 with: fetch-depth: 0 @@ -67,7 +67,7 @@ jobs: runs-on: macos-11 steps: - - uses: actions/checkout@v3.0.0 + - uses: actions/checkout@v3.0.1 - uses: actions/setup-java@v3.1.1 with: diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 014be6f..026a604 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.0.0 + - uses: actions/checkout@v3.0.1 with: fetch-depth: 0 @@ -55,7 +55,7 @@ jobs: run: ./gradlew --stop - name: "Commit new API files" - uses: stefanzweifel/git-auto-commit-action@v4.14.0 + uses: stefanzweifel/git-auto-commit-action@v4.14.1 with: commit_message: Update API files file_pattern: /**/api/*.api diff --git a/gradle/projects.libs.versions.toml b/gradle/projects.libs.versions.toml index 2818be3..aefbbff 100644 --- a/gradle/projects.libs.versions.toml +++ b/gradle/projects.libs.versions.toml @@ -1,11 +1,11 @@ [versions] arrow = "1.0.1" -dokka = "1.6.10" +dokka = "1.6.20" arrowGradleConfig = "0.10.0" kotlin = "1.6.20" kotest = "5.2.3" kotlinBinaryCompatibilityValidator = "0.8.0" -detekt = "1.19.0" +detekt = "1.20.0" animalsniffer = "1.5.4" jacksonModuleKotlin = "2.13.2" animalsnifferAnnoation = "1.21"