Skip to content

Commit

Permalink
downgrade setup-java
Browse files Browse the repository at this point in the history
  • Loading branch information
darrachequesne committed Jul 10, 2024
1 parent 74efbf0 commit 42b5ffb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ jobs:
uses: actions/checkout@v4

- name: Setup java
uses: actions/setup-java@v4
uses: actions/setup-java@v1
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}

- name: Cache Maven packages
Expand Down

0 comments on commit 42b5ffb

Please sign in to comment.