Skip to content

Commit

Permalink
Aperture: Update workflows versions
Browse files Browse the repository at this point in the history
They use node12 that is deprecated.

Change-Id: I88864db207ffbc353ee4fc05477c98e962c3e158
  • Loading branch information
luca020400 authored and luk1337 committed Sep 15, 2023
1 parent 67078d0 commit 732a706
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Setup JDK 11
uses: actions/setup-java@v1
- name: Setup JDK 17
uses: actions/setup-java@v3
with:
java-version: 11
distribution: 'zulu'
java-version: 17

- name: Build with Gradle
run: ./gradlew assembleDebug
Expand Down

0 comments on commit 732a706

Please sign in to comment.