Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Angel Mulero Martinez <migmul@gmail.com>2022-10-13 17:18:31 +0300
committerMiguel Angel Mulero Martinez <migmul@gmail.com>2022-10-13 17:18:31 +0300
commit9dcb30d71ac0861cc4fc2c2e6a22efa6d78ff5b5 (patch)
tree4524c5fea204e29935bd240bd08602a7f28c967e
parent3a4751946f95ea42618f4fd2be92d015dd01db52 (diff)
Update setup-java action to version 3
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index b479041a..55b4de27 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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