Skip to content

Commit

Permalink
Merge pull request #259 from sullis/setup-java-v3
Browse files Browse the repository at this point in the history
setup-java v3
  • Loading branch information
vladimir-bukhtoyarov committed May 3, 2022
2 parents 277150d + 53a107e commit e2ff538
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: 15
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: 'zulu'
Expand Down

0 comments on commit e2ff538

Please sign in to comment.