From 553697421b486d086998730fded0207d273838a1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 29 May 2022 18:20:48 +0000 Subject: [PATCH] chore(deps): update gradle/gradle-build-action action to v2.1.7 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78d43ce6..5b657151 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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.1.6 + uses: gradle/gradle-build-action@v2.1.7 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.1.6 + uses: gradle/gradle-build-action@v2.1.7 with: arguments: collectReleaseApks --no-configuration-cache