Skip to content

Commit

Permalink
setup-java@v1 -> setup-java@v3 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
lszeremeta authored Mar 13, 2023
1 parent 829772f commit 891a613
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 @@ -10,8 +10,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 17
- name: Cache local Maven repository
uses: actions/cache@v3
Expand Down

0 comments on commit 891a613

Please sign in to comment.