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 a78d649 commit 8ec55d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ 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:
java-version: '17'
distribution: 'temurin'
cache: maven
- name: Build (Vaadin 24)
run: mvn -B package --file pom.xml
run: mvn -B package --file pom.xml

0 comments on commit 8ec55d3

Please sign in to comment.