File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ jobs:
167
167
168
168
- name : Deploy docs 🚀 to website
169
169
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
171
171
with :
172
172
branch : gh-pages # The branch the action should deploy to.
173
173
folder : site # The folder the action should deploy.
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ jobs:
110
110
111
111
- name : Deploy docs 🚀 to website
112
112
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
114
114
with :
115
115
branch : gh-pages # The branch the action should deploy to.
116
116
folder : site # The folder the action should deploy.
Original file line number Diff line number Diff line change 1
1
[versions ]
2
- kotlin = " 2.0.21 "
2
+ kotlin = " 2.1.0 "
3
3
coroutines = " 1.9.0"
4
4
kotlinx-serialization-json = " 1.7.3"
5
5
kotlinx-collections-immutable = " 0.3.8"
You can’t perform that action at this time.
0 commit comments