Skip to content

Commit

Permalink
Update CI checkout and java-setup to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ekrich committed Jul 11, 2022
1 parent bc69a8a commit cf8d691
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 @@ -13,9 +13,9 @@ jobs:
JAVA_OPTS: -Xms2G -Xmx4G -Xss6M -XX:+UseG1GC -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
name: Test using Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Java
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: ${{ matrix.java }}
Expand Down

0 comments on commit cf8d691

Please sign in to comment.