Skip to content

Commit

Permalink
update checkout action to v3 (#80)
Browse files Browse the repository at this point in the history
* update checkout action to v3

* update setup-java action to v2

* try a different distribution

* switch to v1 default distribution

* Use checkout v4

---------

Co-authored-by: Aaron McConnell <[email protected]>
  • Loading branch information
yizshi and AaronAtDuo authored Dec 13, 2023
1 parent 79f6116 commit dcb5bc4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/java-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@ jobs:
java: [8, 11, 17]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup java
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
distribution: "zulu"
java-version: ${{ matrix.java }}
- name: Build with Maven
run: >
Expand Down

0 comments on commit dcb5bc4

Please sign in to comment.