Skip to content

Commit

Permalink
Merge pull request #174 from bjhargrave/ci-update
Browse files Browse the repository at this point in the history
ci: Update setup-java action to v2
  • Loading branch information
bjhargrave authored Oct 4, 2021
2 parents e3ecd08 + 684b3ca commit 2590d45
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ jobs:
- name: Git Checkout
uses: actions/checkout@v2
- name: Set up Java ${{ matrix.java }}
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Build
run: |
Expand Down

0 comments on commit 2590d45

Please sign in to comment.