From 0dff1fe7bbc887ed1ec8002754035a7e694abcd2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 23:26:24 +0000 Subject: [PATCH] chore(deps): update gradle/gradle-build-action action to v2.2.5 --- .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 3395cb74..df3e5d61 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.4 + uses: gradle/gradle-build-action@v2.2.5 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.4 + uses: gradle/gradle-build-action@v2.2.5 with: arguments: collectReleaseApks --no-configuration-cache