mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 12:57:04 +05:30
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:
parent
4c254cb75e
commit
112f9f7e7c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue