File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ jobs:
163163
164164 - name : Deploy docs 🚀 to website
165165 if : ${{ contains(matrix.os, 'macos') }}
166- uses : JamesIves/github-pages-deploy-action@v4.4.3
166+ uses : JamesIves/github-pages-deploy-action@v4.5.0
167167 with :
168168 branch : gh-pages # The branch the action should deploy to.
169169 folder : site # The folder the action should deploy.
Original file line number Diff line number Diff 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.4.3
113+ uses : JamesIves/github-pages-deploy-action@v4.5.0
114114 with :
115115 branch : gh-pages # The branch the action should deploy to.
116116 folder : site # The folder the action should deploy.
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ flowExt = "0.7.4"
3131koin = " 3.5.0"
3232koin-androidx-compose = " 3.5.0"
3333coil = " 2.5.0"
34- compose-rules-detekt = " 0.3.4 "
34+ compose-rules-detekt = " 0.3.5 "
3535
3636androidx-lifecycle = " 2.6.2"
3737androidx-annotation = " 1.7.0"
@@ -40,10 +40,10 @@ androidx-compose-compiler = "1.5.5-dev-k1.9.21-163bb051fe5"
4040androidx-navigation = " 2.7.5"
4141timber = " 5.0.1"
4242
43- spotless = " 6.23.0 "
43+ spotless = " 6.23.2 "
4444detekt = " 1.23.4"
4545
46- kotlinx-kover = " 0.7.4 "
46+ kotlinx-kover = " 0.7.5 "
4747dokka = " 1.9.10"
4848kotlinx-binary-compatibility-validator = " 0.13.2"
4949
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.4 -bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.5 -bin.zip
44networkTimeout =10000
55zipStoreBase =GRADLE_USER_HOME
66zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments