mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 22:17:03 +05:30
chore(deps): update gradle/gradle-build-action action to v2.1.1 (#290)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
a351a35a43
commit
e032b887c6
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
|
||||
|
||||
- name: Run unit tests
|
||||
uses: gradle/gradle-build-action@v2.1.0
|
||||
uses: gradle/gradle-build-action@v2.1.1
|
||||
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@v2.1.0
|
||||
uses: gradle/gradle-build-action@v2.1.1
|
||||
with:
|
||||
arguments: spotlessCheck
|
||||
|
||||
|
@ -83,7 +83,7 @@ jobs:
|
|||
ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }}
|
||||
|
||||
- name: Build release app
|
||||
uses: gradle/gradle-build-action@v2.1.0
|
||||
uses: gradle/gradle-build-action@v2.1.1
|
||||
with:
|
||||
arguments: :android:assembleRelease
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue