Skip to content

Commit 0b81e36

Browse files
authored
ci: upgrade actions/checkout@v4 in github actions
1 parent 14b3757 commit 0b81e36

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
@@ -19,7 +19,7 @@ jobs:
1919
build-vaadin23:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: Set up JDK
2424
uses: actions/setup-java@v3
2525
with:
@@ -32,12 +32,12 @@ jobs:
3232
build-vaadin24:
3333
runs-on: ubuntu-latest
3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@v4
3636
- name: Set up JDK
3737
uses: actions/setup-java@v3
3838
with:
3939
java-version: '17'
4040
distribution: 'temurin'
4141
cache: maven
4242
- name: Build (Vaadin 24)
43-
run: mvn -B package --file pom.xml -Pv24
43+
run: mvn -B package --file pom.xml -Pv24

0 commit comments

Comments
 (0)