1
0
mirror of https://github.com/mik3y/usb-serial-for-android synced 2025-06-05 23:16:26 +00:00

update build workflow versions

This commit is contained in:
kai-morich 2023-10-02 19:12:33 +02:00 committed by GitHub
parent b06118b156
commit 9c30dc5ffa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,9 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up JDK 1.17
uses: actions/setup-java@v2
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'