Skip to content

Commit

Permalink
Merge pull request #84 from sullis/setup-java-v3-ftw
Browse files Browse the repository at this point in the history
setup-java v3
  • Loading branch information
jhalterman committed Jul 7, 2023
2 parents 1909500 + 29e2be7 commit afa6077
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Expand Up @@ -17,10 +17,10 @@ jobs:
name: Java ${{ matrix.java }} ${{ matrix.jdk }}
steps:
- name: Checkout Source Code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Java
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: ${{ matrix.jdk }}
java-package: jdk
Expand Down

0 comments on commit afa6077

Please sign in to comment.