aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPJ Fanning <fanningpj@apache.org>2021-07-04 14:07:10 +0000
committerPJ Fanning <fanningpj@apache.org>2021-07-04 14:07:10 +0000
commit075d0d64bce133cf381c13154f248ee220766035 (patch)
tree90512f621f814cc7b4a87fb3fe211376e0c862f3 /.github
parentfd3aa5f85e7081fc684cf89cd37ece606d940f43 (diff)
downloadpoi-075d0d64bce133cf381c13154f248ee220766035.tar.gz
poi-075d0d64bce133cf381c13154f248ee220766035.zip
upgrade github java action
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891247 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/test-gradle.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/test-gradle.yml b/.github/workflows/test-gradle.yml
index ebb142aa6c..81b62ee61f 100644
--- a/.github/workflows/test-gradle.yml
+++ b/.github/workflows/test-gradle.yml
@@ -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