File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 45
45
# There's no need to setup java on ubuntu-latest, as build is done into a manylinux
46
46
# containerized environment. (CIBW_BEFORE_ALL_LINUX) takes care of it.
47
47
if : ${{ matrix.os != 'ubuntu-latest' }}
48
- uses : actions/setup-java@v4
48
+ uses : actions/setup-java@v5
49
49
with :
50
50
java-version : ' 17'
51
51
distribution : ' temurin'
@@ -143,7 +143,7 @@ jobs:
143
143
python-version : ${{ matrix.python }}
144
144
145
145
- name : Setup java
146
- uses : actions/setup-java@v4
146
+ uses : actions/setup-java@v5
147
147
with :
148
148
java-version : ' 17'
149
149
distribution : ' temurin'
Original file line number Diff line number Diff line change 74
74
architecture : ${{ matrix.architecture == 'aarch64' && 'arm64' || matrix.architecture }}
75
75
76
76
- name : Setup java
77
- uses : actions/setup-java@v4
77
+ uses : actions/setup-java@v5
78
78
with :
79
79
java-version : ${{ matrix.java }}
80
80
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments