mirror of
https://github.com/ViaVersion/Mappings.git
synced 2025-01-24 22:01:48 +01:00
Update checkout, JDK and Git config (#7)
This commit is contained in:
parent
bd0ab4c62c
commit
fa4ef40845
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
|||||||
run:
|
run:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
@ -20,12 +20,14 @@ jobs:
|
|||||||
- name: Setup Java JDK
|
- name: Setup Java JDK
|
||||||
uses: actions/setup-java@v3
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: '17'
|
|
||||||
distribution: 'temurin'
|
distribution: 'temurin'
|
||||||
|
java-version: 17
|
||||||
|
check-latest: true
|
||||||
|
|
||||||
- name: Setup Maven
|
- name: Setup Maven
|
||||||
uses: s4u/setup-maven-action@v1.7.0
|
uses: s4u/setup-maven-action@v1.9.0
|
||||||
with:
|
with:
|
||||||
|
java-distribution: 'temurin'
|
||||||
java-version: 17
|
java-version: 17
|
||||||
|
|
||||||
- name: Check for snapshot
|
- name: Check for snapshot
|
||||||
|
Loading…
Reference in New Issue
Block a user