Skip to content

Commit 2b2947e

Browse files
authored
ci: upgrade actions/checkout@v4 in github actions
1 parent 7055a5d commit 2b2947e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build-vaadin23:
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:
@@ -31,12 +31,12 @@ jobs:
3131
build-vaadin24:
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:
3838
java-version: '17'
3939
distribution: 'temurin'
4040
cache: maven
4141
- name: Build (Vaadin 24)
42-
run: mvn -B package --file pom.xml -Pv24
42+
run: mvn -B package --file pom.xml -Pv24

0 commit comments

Comments
 (0)