Skip to content

Commit

Permalink
[workflows/ci.yml] Update to setup-java@v3
Browse files Browse the repository at this point in the history
* avoid Node 12 deprecation
  • Loading branch information
dirkf committed Jul 29, 2023
1 parent 0861812 commit 87e578c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ jobs:
#-------- Jython ------
- name: Set up Java 8
if: ${{ matrix.python-impl == 'jython' }}
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: 8
distribution: 'zulu'
Expand Down

0 comments on commit 87e578c

Please sign in to comment.