Skip to content

Commit

Permalink
Bump actions/setup-java to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Marchildon authored and electrum committed Dec 31, 2022
1 parent b9775b9 commit 3591416
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Expand Up @@ -14,8 +14,9 @@ jobs:
- 17
steps:
- uses: actions/checkout@v1
- uses: actions/setup-java@v1
- uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: ${{ matrix.java-version }}
- name: Maven Install
run: mvn install -B -V -DskipTests -Dair.check.skip-all
Expand Down

0 comments on commit 3591416

Please sign in to comment.