We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 501902a + 7ea271a commit 39d9dbcCopy full SHA for 39d9dbc
.github/workflows/gradle-wrapper-validation.yml
@@ -7,4 +7,4 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v4
10
- - uses: gradle/wrapper-validation-action@v1
+ - uses: gradle/wrapper-validation-action@v2
.github/workflows/unit-test.yml
@@ -41,4 +41,4 @@ jobs:
41
run: ./gradlew :app:koverXmlReport --warning-mode all --stacktrace
42
43
- name: Upload Test Report
44
- uses: codecov/codecov-action@v3.1.4
+ uses: codecov/codecov-action@v4.0.0
0 commit comments