Skip to content

Commit 4aa8be5

Browse files
Update actions/setup-java action to v5 (#773)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 39e1628 commit 4aa8be5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/create.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# There's no need to setup java on ubuntu-latest, as build is done into a manylinux
4646
# containerized environment. (CIBW_BEFORE_ALL_LINUX) takes care of it.
4747
if: ${{ matrix.os != 'ubuntu-latest' }}
48-
uses: actions/setup-java@v4
48+
uses: actions/setup-java@v5
4949
with:
5050
java-version: '17'
5151
distribution: 'temurin'
@@ -143,7 +143,7 @@ jobs:
143143
python-version: ${{ matrix.python }}
144144

145145
- name: Setup java
146-
uses: actions/setup-java@v4
146+
uses: actions/setup-java@v5
147147
with:
148148
java-version: '17'
149149
distribution: 'temurin'

0 commit comments

Comments
 (0)