Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
| datasource     | package                                                                             | from   | to     |
| -------------- | ----------------------------------------------------------------------------------- | ------ | ------ |
| github-tags    | actions/cache                                                                       | v3.0.2 | v4.0.2 |
| github-tags    | actions/checkout                                                                    | v3     | v4     |
| github-tags    | github/codeql-action                                                                | v2     | v3     |
| gradle-version | gradle                                                                              | 7.4.2  | 8.9    |
| maven          | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 1.6.21 | 2.0.10 |
  • Loading branch information
renovate[bot] authored Aug 6, 2024
1 parent cb53899 commit 9e70197
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ jobs:
runs-on: '${{ matrix.os }}'

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Restore Gradle cache
id: cache
uses: actions/cache@v3.0.2
uses: actions/cache@v4.0.2
with:
path: |
~/.gradle/caches
Expand All @@ -41,6 +41,6 @@ jobs:

- name: Upload analysis report
if: always()
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: sarif # path relative to root
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
kotlin("multiplatform") version "1.6.21" apply true
kotlin("multiplatform") version "2.0.10" apply true
id("io.kotest.multiplatform") version "5.3.0" apply true
id("io.arrow-kt.analysis.kotlin") version "2.0.2"
}
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit 9e70197

Please sign in to comment.