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"