From 02a4079e316e3016ce9508bea36596d07d1a87c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 16 Aug 2022 20:16:01 +0000 Subject: [PATCH] chore(deps): update gradle/gradle-build-action action to v2.2.3 --- .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 40a25ecc..4dbae6f3 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.2 + uses: gradle/gradle-build-action@v2.2.3 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.2 + uses: gradle/gradle-build-action@v2.2.3 with: arguments: collectReleaseApks --no-configuration-cache