Skip to content

Commit 5f4d3fc

Browse files
committed
2 parents dfd2d9d + 8bd402b commit 5f4d3fc

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
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.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.

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ flowExt = "0.7.4"
3131
koin = "3.5.0"
3232
koin-androidx-compose = "3.5.0"
3333
coil = "2.5.0"
34-
compose-rules-detekt = "0.3.4"
34+
compose-rules-detekt = "0.3.5"
3535

3636
androidx-lifecycle = "2.6.2"
3737
androidx-annotation = "1.7.0"
@@ -40,10 +40,10 @@ androidx-compose-compiler = "1.5.5-dev-k1.9.21-163bb051fe5"
4040
androidx-navigation = "2.7.5"
4141
timber = "5.0.1"
4242

43-
spotless = "6.23.0"
43+
spotless = "6.23.2"
4444
detekt = "1.23.4"
4545

46-
kotlinx-kover = "0.7.4"
46+
kotlinx-kover = "0.7.5"
4747
dokka = "1.9.10"
4848
kotlinx-binary-compatibility-validator = "0.13.2"
4949

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
networkTimeout=10000
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)