From ce1d725245e75c2a97d348806e4c1b115a1220d5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 19 Jul 2022 00:49:15 +0000 Subject: [PATCH] chore(deps): update gradle/gradle-build-action action to v2.2.2 --- .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 1fa19fe9..40a25ecc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: java-version: 18 - name: Run unit tests - uses: gradle/gradle-build-action@v2.2.1 + uses: gradle/gradle-build-action@v2.2.2 with: arguments: check --stacktrace --no-configuration-cache @@ -55,7 +55,7 @@ jobs: ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }} - name: Build release app - uses: gradle/gradle-build-action@v2.2.1 + uses: gradle/gradle-build-action@v2.2.2 with: arguments: collectReleaseApks --no-configuration-cache