mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
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
6
.github/workflows/test-gradle.yml
vendored
6
.github/workflows/test-gradle.yml
vendored
@ -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…
x
Reference in New Issue
Block a user