Skip to content

Commit 75b876e

Browse files
authored
ci: upgrade actions/checkout@v4 in github actions
1 parent 1a8ee67 commit 75b876e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven-14-23.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build-vaadin22:
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,7 +31,7 @@ jobs:
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:

0 commit comments

Comments
 (0)