Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Kyrill Zotkin <143617+kyrillzotkin@users.noreply.github.com>
  • Loading branch information
kyrillzotkin committed Dec 9, 2023
1 parent b4d2e34 commit 261c44b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set up Maven
uses: stCarolas/setup-maven@v4.5
with:
maven-version: 3.8.2
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
Expand Down

0 comments on commit 261c44b

Please sign in to comment.