This commit is contained in:
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@@ -13,7 +13,7 @@ jobs:
|
||||
image: maven:3.9.4-eclipse-temurin-21 # Maven + JDK 21 vorinstalliert
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- name: Build with Maven
|
||||
run: mvn -B package --file pom.xml
|
||||
|
||||
Reference in New Issue
Block a user