Skip to content

Commit

Permalink
Bump actions/setup-java to v3 (#641)
Browse files Browse the repository at this point in the history
  • Loading branch information
trivikr committed Nov 17, 2022
1 parent 3144784 commit 5a4da90
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 @@ -18,10 +18,10 @@ jobs:
- 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'
distribution: 'corretto'

- name: clean and build
run: ./gradlew clean build -Plog-tests
Expand Down

0 comments on commit 5a4da90

Please sign in to comment.