Skip to content

Commit

Permalink
Merge pull request #53 from sullis/setup-java-v4
Browse files Browse the repository at this point in the history
setup-java v4
  • Loading branch information
Hakky54 authored Mar 19, 2024
2 parents b599151 + 502f4a7 commit 997c9d9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
java: [ '8', '11', '17' ]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- name: Set up JDK
uses: actions/setup-java@v2
uses: actions/setup-java@v4
with:
distribution: 'adopt'
distribution: 'zulu'
java-version: ${{ matrix.java }}
cache: 'maven'

Expand All @@ -33,12 +33,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4

- name: Set up JDK 11
uses: actions/setup-java@v2
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'adopt'
distribution: 'zulu'
java-version: '17'
cache: 'maven'

Expand Down

0 comments on commit 997c9d9

Please sign in to comment.