Skip to content

Commit

Permalink
Update Github actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
julgus committed Jun 29, 2023
1 parent 46f08f7 commit eaca22b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,9 @@ jobs:
steps:
- uses: actions/checkout@v3.5.3
- name: Set up Java
uses: actions/setup-java@v1
uses: actions/setup-java@v3.5.1
with:
distribution: 'zulu'
java-version: ${{ matrix.java }}
- name: Build with Maven
run: mvn -B package --file pom.xml -Prelease

0 comments on commit eaca22b

Please sign in to comment.