Skip to content

Commit 3962faa

Browse files
chore(deps): update all dependencies
| datasource | package | from | to | | ----------- | ------------------------------------------------------------- | ------ | ------ | | github-tags | actions/upload-artifact | v6 | v7 | | github-tags | codecov/codecov-action | v5.5.2 | v6.0.0 | | github-tags | gradle/actions | v5 | v6 | | maven | com.android.library:com.android.library.gradle.plugin | 8.13.2 | 9.1.1 | | maven | com.android.application:com.android.application.gradle.plugin | 8.13.2 | 9.1.1 |
1 parent 3b005e9 commit 3962faa

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
run: ./gradlew assembleDebug --warning-mode all --stacktrace
4545

4646
- name: Upload APK
47-
uses: actions/upload-artifact@v6
47+
uses: actions/upload-artifact@v7
4848
with:
4949
name: app-debug
5050
path: app/build/outputs/apk/debug/app-debug.apk

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v6
10-
- uses: gradle/actions/wrapper-validation@v5
10+
- uses: gradle/actions/wrapper-validation@v6

.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.5.2
44+
uses: codecov/codecov-action@v6.0.0
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
@@ -1,6 +1,6 @@
11
[versions]
22
android-compile = "36"
3-
android-gradle = "8.13.2"
3+
android-gradle = "9.1.1"
44
android-min = "21"
55
android-target = "36"
66
androidx-appcompat = "1.7.1"

0 commit comments

Comments
 (0)