Merge pull request #121 from lukaspieper/dependabot/github_actions/gradle/gradle-build-action-3
Bump gradle/gradle-build-action from 2 to 3
This commit is contained in:
commit
1bb1056eae
1 changed files with 1 additions and 1 deletions
2
.github/workflows/continuous.yml
vendored
2
.github/workflows/continuous.yml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
java-version: 17
|
||||
|
||||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@v2
|
||||
uses: gradle/gradle-build-action@v3
|
||||
|
||||
- name: Build basic APK with Gradle
|
||||
run: ./gradlew assembleBasicDebug
|
||||
|
|
|
|||
Loading…
Reference in a new issue