From 075d0d64bce133cf381c13154f248ee220766035 Mon Sep 17 00:00:00 2001 From: PJ Fanning Date: Sun, 4 Jul 2021 14:07:10 +0000 Subject: [PATCH] upgrade github java action git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891247 13f79535-47bb-0310-9956-ffa450edef68 --- .github/workflows/test-gradle.yml | 8 ++++---- 1 file 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 -- 2.39.5