mirror of
https://github.com/ViaVersion/Mappings.git
synced 2025-01-08 19:38:34 +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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
persist-credentials: false
|
||||
fetch-depth: 0
|
||||
@ -20,12 +20,14 @@ jobs:
|
||||
- name: Setup Java JDK
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: '17'
|
||||
distribution: 'temurin'
|
||||
java-version: 17
|
||||
check-latest: true
|
||||
|
||||
- name: Setup Maven
|
||||
uses: s4u/setup-maven-action@v1.7.0
|
||||
uses: s4u/setup-maven-action@v1.9.0
|
||||
with:
|
||||
java-distribution: 'temurin'
|
||||
java-version: 17
|
||||
|
||||
- name: Check for snapshot
|
||||
|
Loading…
Reference in New Issue
Block a user