We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f17eda commit 6478475Copy full SHA for 6478475
.github/workflows/maven.yml
@@ -18,7 +18,7 @@ jobs:
18
build-vaadin14:
19
runs-on: ubuntu-latest
20
steps:
21
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
22
- name: Set up JDK
23
uses: actions/setup-java@v3
24
with:
@@ -31,7 +31,7 @@ jobs:
31
build-vaadin23:
32
33
34
35
36
37
@@ -44,12 +44,12 @@ jobs:
44
build-vaadin24:
45
46
47
48
49
50
51
java-version: '17'
52
distribution: 'temurin'
53
cache: maven
54
- name: Build (Vaadin 24)
55
- run: mvn -B package --file pom.xml -Pv24
+ run: mvn -B package --file pom.xml -Pv24
0 commit comments