Skip to content

Commit 0ba05da

Browse files
chore(deps): update all dependencies
| datasource | package | from | to | | ----------- | ------------------------------------------------------------------------------------------------- | ------ | ------ | | github-tags | JamesIves/github-pages-deploy-action | v4.6.9 | v4.7.1 | | maven | org.jetbrains.kotlin.plugin.parcelize:org.jetbrains.kotlin.plugin.parcelize.gradle.plugin | 2.0.21 | 2.1.0 | | maven | org.jetbrains.kotlin.plugin.serialization:org.jetbrains.kotlin.plugin.serialization.gradle.plugin | 2.0.21 | 2.1.0 | | maven | org.jetbrains.kotlin.plugin.compose:org.jetbrains.kotlin.plugin.compose.gradle.plugin | 2.0.21 | 2.1.0 | | maven | org.jetbrains.kotlin.native.cocoapods:org.jetbrains.kotlin.native.cocoapods.gradle.plugin | 2.0.21 | 2.1.0 | | maven | org.jetbrains.kotlin.android:org.jetbrains.kotlin.android.gradle.plugin | 2.0.21 | 2.1.0 | | maven | org.jetbrains.kotlin.multiplatform:org.jetbrains.kotlin.multiplatform.gradle.plugin | 2.0.21 | 2.1.0 |
1 parent e799991 commit 0ba05da

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ jobs:
167167

168168
- name: Deploy docs 🚀 to website
169169
if: ${{ contains(matrix.os, 'macos') }}
170-
uses: JamesIves/github-pages-deploy-action@v4.6.9
170+
uses: JamesIves/github-pages-deploy-action@v4.7.1
171171
with:
172172
branch: gh-pages # The branch the action should deploy to.
173173
folder: site # The folder the action should deploy.

.github/workflows/publish-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110

111111
- name: Deploy docs 🚀 to website
112112
if: ${{ contains(matrix.os, 'macos') }}
113-
uses: JamesIves/github-pages-deploy-action@v4.6.9
113+
uses: JamesIves/github-pages-deploy-action@v4.7.1
114114
with:
115115
branch: gh-pages # The branch the action should deploy to.
116116
folder: site # The folder the action should deploy.

gradle/libs.versions.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
kotlin = "2.0.21"
2+
kotlin = "2.1.0"
33
coroutines = "1.9.0"
44
kotlinx-serialization-json = "1.7.3"
55
kotlinx-collections-immutable = "0.3.8"

0 commit comments

Comments
 (0)