Update ci.yml

This commit is contained in:
Gabriel Tofvesson 2021-05-08 20:11:35 +02:00 committed by GitHub
parent cb5a0a07ca
commit 0270890c03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- name: Setup Java JDK
- uses: actions/setup-java@v2.0.0
uses: actions/setup-java@v2.0.0
with:
# The Java version to set up. Takes a whole or semver Java version. See examples of supported syntax in README file
java-version: '15'