Update gradle/gradle-build-action action to v2.11.1
This commit is contained in:
parent
fa9dd3a98e
commit
275e56b39e
7 changed files with 7 additions and 7 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -25,7 +25,7 @@ jobs:
|
|||
distribution: 'temurin' # See 'Supported distributions' for available options
|
||||
java-version: '17'
|
||||
- name: Configure gradle
|
||||
uses: gradle/gradle-build-action@v2.11.0
|
||||
uses: gradle/gradle-build-action@v2.11.1
|
||||
- name: Create app bundle
|
||||
env:
|
||||
ELEMENT_ANDROID_MAPTILER_API_KEY: ${{ secrets.MAPTILER_KEY }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue