Skip to content

Commit

Permalink
Use actions/setup-java v4
Browse files Browse the repository at this point in the history
  • Loading branch information
dcrossleyau committed Feb 28, 2024
1 parent 8969c35 commit de83c56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mvn-dev-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
submodules: recursive

- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin' # Alternative distribution options are available.
Expand Down

0 comments on commit de83c56

Please sign in to comment.