Skip to content

Commit

Permalink
Merge pull request #107 from sullis/setup-java-v4
Browse files Browse the repository at this point in the history
setup-java v4
  • Loading branch information
trekawek authored Mar 2, 2024
2 parents 1c93945 + 7a54c51 commit 5cf48d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
matrix:
java: [ '8', '11', '17' ]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v3.5.0
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
Expand Down

0 comments on commit 5cf48d9

Please sign in to comment.