We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e7ac7b commit 9854498Copy full SHA for 9854498
.github/workflows/maven.yml
@@ -15,18 +15,18 @@ jobs:
15
runs-on: ubuntu-latest
16
17
steps:
18
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
19
20
- - name: Set up JDK 17
21
- uses: actions/setup-java@v2
+ - name: Set up JDK 21
+ uses: actions/setup-java@v3
22
with:
23
distribution: 'temurin'
24
- java-version: '17'
+ java-version: '21'
25
cache: 'maven'
26
- name: Set up Maven
27
uses: stCarolas/[email protected]
28
29
- maven-version: 3.9.2
+ maven-version: '3.9.7'
30
- name: Build with Maven
31
run: mvn clean verify -ntp
32
- uses: "marvinpinto/action-automatic-releases@latest"
@@ -38,4 +38,4 @@ jobs:
38
files: |
39
*.zip
40
com.vogella.tasks.product/target/products/com.vogella.tasks-*.x86_64.zip
41
-
+
0 commit comments