Skip to content

Commit

Permalink
Updated JDK in Github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
davemoore- committed May 3, 2024
1 parent 452a9e8 commit 1e679b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17

# Cache Maven packages.
# Uses: https://github.com/actions/cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17

# Cache Maven packages.
# Uses: https://github.com/actions/cache
Expand Down

0 comments on commit 1e679b2

Please sign in to comment.