Update setup actions to use *-version (#31)

This commit is contained in:
Danny McCormick
2019-08-14 14:05:28 -04:00
committed by GitHub
parent ee61b8e679
commit 3b54d16037
10 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -12,6 +12,6 @@ jobs:
- name: set up JDK 1.8
uses: actions/setup-java@v1
with:
version: 1.8
java-version: 1.8
- name: Build with Gradle
run: ./gradlew build