We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39e1628 commit 4aa8be5Copy full SHA for 4aa8be5
.github/workflows/create.yml
@@ -45,7 +45,7 @@ jobs:
45
# There's no need to setup java on ubuntu-latest, as build is done into a manylinux
46
# containerized environment. (CIBW_BEFORE_ALL_LINUX) takes care of it.
47
if: ${{ matrix.os != 'ubuntu-latest' }}
48
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
49
with:
50
java-version: '17'
51
distribution: 'temurin'
@@ -143,7 +143,7 @@ jobs:
143
python-version: ${{ matrix.python }}
144
145
- name: Setup java
146
147
148
149
0 commit comments