mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-29 08:13:53 +00:00
Merge pull request #613 from asbjornu/feature/setup-java2
Bump actions/setup-java from 1 to 2.1.0 and use AdoptOpenJDK
This commit is contained in:
commit
15aaf95dcd
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -15,9 +15,10 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up JDK 8
|
||||
uses: actions/setup-java@v1
|
||||
uses: actions/setup-java@v2.1.0
|
||||
with:
|
||||
java-version: 8
|
||||
distribution: 'adopt'
|
||||
|
||||
- name: Cache local Maven repository
|
||||
uses: actions/cache@v2
|
||||
|
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@ -28,9 +28,10 @@ jobs:
|
||||
git config user.name 'github-actions[bot]'
|
||||
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v1
|
||||
uses: actions/setup-java@v2.1.0
|
||||
with:
|
||||
java-version: 8
|
||||
distribution: 'adopt'
|
||||
|
||||
# If this run stores a new cache then the next run will not be able to use it because this is a tag checkout :-(
|
||||
# But a cache already created on the default branch (by the CI workflow) will be loaded here.
|
||||
|
Loading…
Reference in New Issue
Block a user