chore(deps): update gradle/gradle-build-action commit hash to 3edb3cb (#278)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2021-12-31 07:06:25 +05:30 committed by GitHub
parent 4c254cb75e
commit 112f9f7e7c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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@c208b4c1f79551b44892d3d996365a136769c04b
uses: gradle/gradle-build-action@3edb3cb004617998d8cf56fe2ebf9d59602e713e
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@c208b4c1f79551b44892d3d996365a136769c04b
uses: gradle/gradle-build-action@3edb3cb004617998d8cf56fe2ebf9d59602e713e
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@c208b4c1f79551b44892d3d996365a136769c04b
uses: gradle/gradle-build-action@3edb3cb004617998d8cf56fe2ebf9d59602e713e
with:
arguments: :android:assembleRelease