Skip to content

Commit

Permalink
Update to setup-java@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkryst committed Oct 24, 2023
1 parent cdfc45c commit 2464eeb
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 @@ -11,8 +11,9 @@ jobs:

# https://github.com/marketplace/actions/setup-java-jdk
- name: Setup JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: 21
java-package: jdk
architecture: x64
Expand Down

0 comments on commit 2464eeb

Please sign in to comment.