File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 build-vaadin14 :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 - name : Set up JDK
2323 uses : actions/setup-java@v3
2424 with :
3131 build-vaadin23 :
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@v3
34+ - uses : actions/checkout@v4
3535 - name : Set up JDK
3636 uses : actions/setup-java@v3
3737 with :
@@ -44,12 +44,12 @@ jobs:
4444 build-vaadin24 :
4545 runs-on : ubuntu-latest
4646 steps :
47- - uses : actions/checkout@v3
47+ - uses : actions/checkout@v4
4848 - name : Set up JDK
4949 uses : actions/setup-java@v3
5050 with :
5151 java-version : ' 17'
5252 distribution : ' temurin'
5353 cache : maven
5454 - 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