Skip to content

Commit

Permalink
Merge pull request #462 from sullis/setup-java-v4
Browse files Browse the repository at this point in the history
setup-java v4
  • Loading branch information
vladimir-bukhtoyarov committed Mar 21, 2024
2 parents f3f347f + 9b08c0c commit 69bab18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -18,9 +18,9 @@ jobs:
runs-on: ${{ matrix.os }}
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
Expand Down

0 comments on commit 69bab18

Please sign in to comment.