Skip to content

Commit

Permalink
ci: upgrade actions/checkout@v4 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
javier-godoy authored Oct 7, 2024
1 parent 55391b5 commit 8845355
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven-23.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ 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:
java-version: '11'
distribution: 'temurin'
cache: maven
- name: Build (Vaadin 23)
run: mvn -B package --file pom.xml
run: mvn -B package --file pom.xml

0 comments on commit 8845355

Please sign in to comment.