upgrade gitub java action

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891246 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
PJ Fanning 2021-07-04 14:05:00 +00:00
parent 30b3272390
commit fd3aa5f85e
1 changed files with 4 additions and 2 deletions

View File

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