Explorar el Código

upgrade gitub java action

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891246 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_1_0
PJ Fanning hace 2 años
padre
commit
fd3aa5f85e
Se han modificado 1 ficheros con 4 adiciones y 2 borrados
  1. 4
    2
      .github/workflows/test-gradle.yml

+ 4
- 2
.github/workflows/test-gradle.yml Ver fichero

@@ -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

Cargando…
Cancelar
Guardar