mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-31 03:07:34 +02:00
Fix Java setup action version
This commit is contained in:
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
# Setup Java
|
# Setup Java
|
||||||
- name: Set up JDK
|
- name: Set up JDK
|
||||||
uses: actions/setup-java@v1.3
|
uses: actions/setup-java@v1.3.0
|
||||||
with:
|
with:
|
||||||
# Use Java 8, because it's minimum required version
|
# Use Java 8, because it's minimum required version
|
||||||
java-version: 8
|
java-version: 8
|
||||||
|
Reference in New Issue
Block a user