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.11 | v3.2.2 |
| maven       | org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin | 1.7.22  | 1.8.0  |
  • Loading branch information
renovate[bot] authored Dec 28, 2022
1 parent d95218b commit 5e1e0b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

- name: Restore Gradle cache
id: cache
uses: actions/cache@v3.0.11
uses: actions/cache@v3.2.2
with:
path: |
~/.gradle/caches
Expand Down
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("jvm") version "1.7.22"
kotlin("jvm") version "1.8.0"
id("io.kotest.multiplatform") version "5.5.4"
id("com.google.devtools.ksp") version "1.7.22-1.0.8"
}
Expand Down

0 comments on commit 5e1e0b4

Please sign in to comment.