Skip to content

Commit

Permalink
Bump actions/setup-java from 3 to 4 (dask#10667)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent 33e3f6b commit bb9aa19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
with:
fetch-depth: 0 # Needed by codecov.io
- name: Setup Java
uses: actions/setup-java@v3
uses: actions/setup-java@v4
if: ${{ matrix.os == 'ubuntu-latest' }}
with:
distribution: "zulu"
Expand Down

0 comments on commit bb9aa19

Please sign in to comment.