mirror of https://github.com/apache/poi.git
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:
parent
30b3272390
commit
fd3aa5f85e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue