Skip to content

Commit

Permalink
Merge pull request #251 from Kotlin-Android-Open-Source/renovate/all-…
Browse files Browse the repository at this point in the history
…deps

chore(deps): update all dependencies
  • Loading branch information
hoc081098 authored Nov 16, 2024
2 parents 8271384 + 3ef87e2 commit b0db449
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: ./gradlew app:koverXmlReportDebug --warning-mode all --stacktrace

- name: Upload Test Report
uses: codecov/codecov-action@v5.0.0
uses: codecov/codecov-action@v5.0.2
with:
files: ./app/build/reports/kover/reportDebug.xml
fail_ci_if_error: true
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ squareup-retrofit = "2.11.0"
spotless = "6.25.0"
timber = "5.0.1"
viewBindingDelegate = "1.4.0"
ksp = "2.0.21-1.0.27"
ksp = "2.0.21-1.0.28"

[libraries]

Expand Down

0 comments on commit b0db449

Please sign in to comment.