Skip to content

Commit 3ef87e2

Browse files
chore(deps): update all dependencies
| datasource | package | from | to | | ----------- | ------------------------------------------------------------- | ------------- | ------------- | | github-tags | codecov/codecov-action | v5.0.0 | v5.0.2 | | maven | com.google.devtools.ksp:com.google.devtools.ksp.gradle.plugin | 2.0.21-1.0.27 | 2.0.21-1.0.28 |
1 parent 8271384 commit 3ef87e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: ./gradlew app:koverXmlReportDebug --warning-mode all --stacktrace
4242

4343
- name: Upload Test Report
44-
uses: codecov/codecov-action@v5.0.0
44+
uses: codecov/codecov-action@v5.0.2
4545
with:
4646
files: ./app/build/reports/kover/reportDebug.xml
4747
fail_ci_if_error: true

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ squareup-retrofit = "2.11.0"
3838
spotless = "6.25.0"
3939
timber = "5.0.1"
4040
viewBindingDelegate = "1.4.0"
41-
ksp = "2.0.21-1.0.27"
41+
ksp = "2.0.21-1.0.28"
4242

4343
[libraries]
4444

0 commit comments

Comments
 (0)