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

This commit is contained in:
renovate[bot] 2022-06-20 16:21:30 +00:00 committed by GitHub
parent fef75eed65
commit 504cdfe78a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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