build: update workflow actions (#161) [skip ci]

This commit is contained in:
Nico Mexis 2022-11-05 15:28:42 +01:00 committed by GitHub
parent 64b7e86252
commit f68e7697ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -19,13 +19,13 @@ jobs:
with:
fetch-depth: 0
- name: Setup JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
distribution: 'temurin'
cache: gradle
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: "lts/*"
- name: Build with Gradle