Skip to content

Commit

Permalink
CI: Update to actions/setup-java@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Feb 10, 2024
1 parent 59f9696 commit da46cee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
python-version: ${{ matrix.python-version }}

- name: Set up Java
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'temurin'
java-version: '11'

- name: Install dependencies
run: |
Expand Down

0 comments on commit da46cee

Please sign in to comment.