Update GH actions version

This commit is contained in:
Salmonllama 2021-09-11 17:43:57 -04:00
parent 89d176ca3a
commit 7b16421f58

View File

@ -18,10 +18,10 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up JDK 1.11
- name: Set up JDK 1.16
uses: actions/setup-java@v1
with:
java-version: 1.11
java-version: 1.16
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle