Skip to content

Commit

Permalink
setup-java v3
Browse files Browse the repository at this point in the history
Signed-off-by: Sean C. Sullivan <github@seansullivan.com>
  • Loading branch information
sullis authored and ceki committed Dec 19, 2022
1 parent 1ed084c commit a5540ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
fetch-depth: 50
- name: Set up Java ${{ matrix.jdk }}
if: ${{ matrix.jdk != '8' }}
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: ${{ matrix.jdk }}
Expand Down

0 comments on commit a5540ad

Please sign in to comment.