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 cc52fac + 2127c15 commit 9bf41aaCopy full SHA for 9bf41aa
2 files changed
.github/workflows/assembleFlavors.yml
@@ -34,7 +34,7 @@ jobs:
34
java-version: 17
35
36
- name: Gradle validate
37
- uses: gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2
+ uses: gradle/actions/wrapper-validation@0f4528296b4bc09e8ae0fc7be30185a4ab435545 # v6.0.0
38
39
- name: Build ${{ matrix.flavor }}
40
run: |
.github/workflows/unit-tests.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Setup Gradle
- uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2
+ uses: gradle/actions/setup-gradle@0f4528296b4bc09e8ae0fc7be30185a4ab435545 # v6.0.0
- name: Run unit tests with coverage
run: ./gradlew --no-daemon testGplayDebugUnit
0 commit comments