Skip to content

Commit

Permalink
Update java for actions
Browse files Browse the repository at this point in the history
  • Loading branch information
amontenegro committed Jun 8, 2021
1 parent 2062724 commit d6c6d15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:

runs-on: ubuntu-20.04

steps:
- name: Set up Open JDK 11
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
- name: Set up Open JDK 11
uses: actions/setup-java@v2
with:
distribution: 'adopt'
java-version: '11'
Expand Down

0 comments on commit d6c6d15

Please sign in to comment.