mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 00:07:05 +05:30
chore(deps): update gradle/gradle-build-action action to v2.3.1
This commit is contained in:
parent
162354e8e9
commit
b573fc05cb
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
|||
java-version: 18
|
||||
|
||||
- name: Run unit tests
|
||||
uses: gradle/gradle-build-action@v2.3.0
|
||||
uses: gradle/gradle-build-action@v2.3.1
|
||||
with:
|
||||
arguments: check -PslimTests
|
||||
gradle-home-cache-cleanup: true
|
||||
|
@ -56,7 +56,7 @@ jobs:
|
|||
ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }}
|
||||
|
||||
- name: Build release app
|
||||
uses: gradle/gradle-build-action@v2.3.0
|
||||
uses: gradle/gradle-build-action@v2.3.1
|
||||
with:
|
||||
arguments: collectReleaseApks
|
||||
gradle-home-cache-cleanup: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue