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:
authorhaslinghuis <mark@numloq.nl>2022-10-17 14:18:48 +0300
committerGitHub <noreply@github.com>2022-10-17 14:18:48 +0300
commit83cbb79ed741ca7595d5e07878bc232e86a571b4 (patch)
tree29d08288abeb45f7e3e84c220ec03f355ff44a15
parentb5c2216970972a83a57e6239b8a9bf641997e021 (diff)
parent9dcb30d71ac0861cc4fc2c2e6a22efa6d78ff5b5 (diff)
Merge pull request #3045 from McGiverGim/update_setup-java_action
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