mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 02:49:06 +00:00
Bump setup-java version to support "temurin" Java
This commit is contained in:
parent
f3226a1fa7
commit
62933e2c9e
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -15,7 +15,7 @@ jobs:
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up JDK 8
|
||||
uses: actions/setup-java@v2.1.0
|
||||
uses: actions/setup-java@v2.2.0
|
||||
with:
|
||||
java-version: 8
|
||||
distribution: 'temurin'
|
||||
|
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
git config user.name 'github-actions[bot]'
|
||||
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v2.1.0
|
||||
uses: actions/setup-java@v2.2.0
|
||||
with:
|
||||
java-version: 8
|
||||
distribution: 'temurin'
|
||||
|
Loading…
Reference in New Issue
Block a user