Commit 6f02bed 1 parent dcd1b6d commit 6f02bed Copy full SHA for 6f02bed
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
build-vaadin14 :
19
19
runs-on : ubuntu-latest
20
20
steps :
21
- - uses : actions/checkout@v3
21
+ - uses : actions/checkout@v4
22
22
- name : Set up JDK
23
23
uses : actions/setup-java@v3
24
24
with :
31
31
build-vaadin23 :
32
32
runs-on : ubuntu-latest
33
33
steps :
34
- - uses : actions/checkout@v3
34
+ - uses : actions/checkout@v4
35
35
- name : Set up JDK
36
36
uses : actions/setup-java@v3
37
37
with :
@@ -44,12 +44,12 @@ jobs:
44
44
build-vaadin24 :
45
45
runs-on : ubuntu-latest
46
46
steps :
47
- - uses : actions/checkout@v3
47
+ - uses : actions/checkout@v4
48
48
- name : Set up JDK
49
49
uses : actions/setup-java@v3
50
50
with :
51
51
java-version : ' 17'
52
52
distribution : ' temurin'
53
53
cache : maven
54
54
- name : Build (Vaadin 24)
55
- run : mvn -B package --file pom.xml -Pv24
55
+ run : mvn -B package --file pom.xml -Pv24
You can’t perform that action at this time.
0 commit comments