From 11a04403ae8f2d6d42e0fb67dd89dd4e90c0c9a7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Dec 2021 11:22:08 +0530 Subject: [PATCH] chore(deps): update gradle/gradle-build-action commit hash to 13d93c1 (#279) Co-authored-by: Renovate Bot --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61ae523f..525f982a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - name: Run unit tests - uses: gradle/gradle-build-action@3edb3cb004617998d8cf56fe2ebf9d59602e713e + uses: gradle/gradle-build-action@13d93c1ca18b92a099a64a66c1e9187b2a7b590e with: arguments: test --stacktrace @@ -55,7 +55,7 @@ jobs: run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties - name: Check codestyle with Spotless - uses: gradle/gradle-build-action@3edb3cb004617998d8cf56fe2ebf9d59602e713e + uses: gradle/gradle-build-action@13d93c1ca18b92a099a64a66c1e9187b2a7b590e with: arguments: spotlessCheck deploy-release-snapshot: @@ -82,7 +82,7 @@ jobs: ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }} - name: Build release app - uses: gradle/gradle-build-action@3edb3cb004617998d8cf56fe2ebf9d59602e713e + uses: gradle/gradle-build-action@13d93c1ca18b92a099a64a66c1e9187b2a7b590e with: arguments: :android:assembleRelease