mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Merge pull request #3045 from McGiverGim/update_setup-java_action
Update setup-java action to version 3
This commit is contained in:
commit
83cbb79ed7
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -81,7 +81,7 @@ jobs:
|
|||
cache: yarn
|
||||
|
||||
- name: Install Java JDK 8
|
||||
uses: actions/setup-java@v2
|
||||
uses: actions/setup-java@v3
|
||||
if: ${{ matrix.name == 'Android' }}
|
||||
with:
|
||||
distribution: temurin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue