Skip to content

Commit 7ea271a

Browse files
chore(deps): update all dependencies
| datasource | package | from | to | | ----------- | -------------------------------- | ------ | ------ | | github-tags | codecov/codecov-action | v3.1.4 | v4.0.0 | | github-tags | gradle/wrapper-validation-action | v1 | v2 |
1 parent 501902a commit 7ea271a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v4
10-
- uses: gradle/wrapper-validation-action@v1
10+
- uses: gradle/wrapper-validation-action@v2

.github/workflows/unit-test.yml

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

4343
- name: Upload Test Report
44-
uses: codecov/codecov-action@v3.1.4
44+
uses: codecov/codecov-action@v4.0.0

0 commit comments

Comments
 (0)