From 504cdfe78a68aefdd245f2a057e4bd0c8bb61256 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 16:21:30 +0000 Subject: [PATCH] chore(deps): update gradle/gradle-build-action action to v2.2.1 --- .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 34a60c12..c545d4ed 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.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