mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 11:47:04 +05:30
chore(deps): update gradle/gradle-build-action action to v2.2.2
This commit is contained in:
parent
f3dc965fcc
commit
ce1d725245
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
|
java-version: 18
|
||||||
|
|
||||||
- name: Run unit tests
|
- name: Run unit tests
|
||||||
uses: gradle/gradle-build-action@v2.2.1
|
uses: gradle/gradle-build-action@v2.2.2
|
||||||
with:
|
with:
|
||||||
arguments: check --stacktrace --no-configuration-cache
|
arguments: check --stacktrace --no-configuration-cache
|
||||||
|
|
||||||
|
@ -55,7 +55,7 @@ jobs:
|
||||||
ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }}
|
ENCRYPT_KEY: ${{ secrets.ENCRYPT_KEY }}
|
||||||
|
|
||||||
- name: Build release app
|
- name: Build release app
|
||||||
uses: gradle/gradle-build-action@v2.2.1
|
uses: gradle/gradle-build-action@v2.2.2
|
||||||
with:
|
with:
|
||||||
arguments: collectReleaseApks --no-configuration-cache
|
arguments: collectReleaseApks --no-configuration-cache
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue