]> source.dussan.org Git - poi.git/commitdiff
upgrade github java action
authorPJ Fanning <fanningpj@apache.org>
Sun, 4 Jul 2021 14:07:10 +0000 (14:07 +0000)
committerPJ Fanning <fanningpj@apache.org>
Sun, 4 Jul 2021 14:07:10 +0000 (14:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891247 13f79535-47bb-0310-9956-ffa450edef68

.github/workflows/test-gradle.yml

index ebb142aa6c59e6e7c186ee5afd8b51a4c4fc0581..81b62ee61fd4a7b2b92172ce9ef450386b7e3f01 100644 (file)
@@ -19,10 +19,10 @@ jobs:
 
     - name: Set up JDK 1.8
       uses: actions/setup-java@v2
-    with:
-      distribution: 'adopt'
-      java-version: '8'
-      check-latest: true
+      with:
+        distribution: 'adopt'
+        java-version: '8'
+        check-latest: true
 
     - name: Cache Gradle wrapper and dependencies
       uses: actions/cache@v2.1.3