Skip to content

Commit eb5b955

Browse files
authored
ci: upgrade actions/checkout@v4 in github actions
1 parent c5ee1bf commit eb5b955

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ jobs:
1919
build-vaadin24:
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:
2626
java-version: '17'
2727
distribution: 'temurin'
2828
cache: maven
2929
- name: Build (Vaadin 24)
30-
run: mvn -B package --file pom.xml
30+
run: mvn -B package --file pom.xml

0 commit comments

Comments
 (0)