mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2025-01-08 01:08:13 +01:00
Update github actions dependencies (#2825)
* Update Actions * Trigger Test Build * Fix build * Remove Test build Trigger
This commit is contained in:
parent
20ce469aec
commit
1877479094
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -12,11 +12,12 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v3.3.0 #https://github.com/actions/checkout/releases
|
||||
- name: Set up JDK 8
|
||||
uses: actions/setup-java@v1
|
||||
uses: actions/setup-java@v3.9.0 #https://github.com/actions/setup-java/releases
|
||||
with:
|
||||
java-version: 1.8
|
||||
distribution: 'temurin'
|
||||
java-version: 8
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
|
Loading…
Reference in New Issue
Block a user