chore(deps): update gradle/gradle-build-action action to v2.1.7

This commit is contained in:
Renovate Bot 2022-05-29 18:20:48 +00:00
parent 1d58ac3acd
commit 553697421b
No known key found for this signature in database
GPG key ID: 81C63AE1C224182B

View file

@ -28,7 +28,7 @@ jobs:
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
- name: Run unit tests - name: Run unit tests
uses: gradle/gradle-build-action@v2.1.6 uses: gradle/gradle-build-action@v2.1.7
with: with:
arguments: check --stacktrace --no-configuration-cache arguments: check --stacktrace --no-configuration-cache
@ -63,7 +63,7 @@ jobs:
ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }} ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }}
- name: Build release app - name: Build release app
uses: gradle/gradle-build-action@v2.1.6 uses: gradle/gradle-build-action@v2.1.7
with: with:
arguments: collectReleaseApks --no-configuration-cache arguments: collectReleaseApks --no-configuration-cache