Fix GitHub Actions (#11984)

setup-java action has broken in previous version and need updates
This commit is contained in:
Guo Yunhe 2021-02-04 20:49:08 +08:00 committed by GitHub
parent c0108fa2c0
commit bfe5ca708b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Java JDK
uses: actions/setup-java@v1.3.0
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: Setup Python