mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
ci: replace gradle/gradle-build-action with gradle/actions/setup-gradle
As of `v3` this action has been superceded by `gradle/actions/setup-gradle`. Any workflow that uses `gradle/gradle-build-action@v3` will transparently delegate to `gradle/actions/setup-gradle@v3`. Users are encouraged to update their workflows, replacing: ``` uses: gradle/gradle-build-action@v3 ``` with ``` uses: gradle/actions/setup-gradle@v3 ``` See the [setup-gradle documentation](https://github.com/gradle/actions/tree/main/setup-gradle) for up-to-date documentation for `gradle/actions/setup-gradle`.
This commit is contained in:
parent
c15c3d8c09
commit
664a4d2d51
1 changed files with 1 additions and 1 deletions
2
.github/workflows/android.yml
vendored
2
.github/workflows/android.yml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
distribution: 'zulu'
|
||||
|
||||
- name: Setup Gradle
|
||||
uses: gradle/gradle-build-action@v3
|
||||
uses: gradle/actions/setup-gradle@v3
|
||||
|
||||
- name: Check lint
|
||||
run: ./gradlew lintFdroidDebug lintGoogleDebug
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue