diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index df2adda..7712c12 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -18,7 +18,7 @@ jobs: build-vaadin23: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK uses: actions/setup-java@v3 with: @@ -31,7 +31,7 @@ jobs: build-vaadin24: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up JDK uses: actions/setup-java@v3 with: @@ -39,4 +39,4 @@ jobs: distribution: 'temurin' cache: maven - name: Build (Vaadin 24) - run: mvn -B package --file pom.xml -Pv24 \ No newline at end of file + run: mvn -B package --file pom.xml -Pv24