Skip to content

Commit 3742426

Browse files
Bump actions/setup-java from 4 to 5 in the all-actions group (#974)
1 parent cede75c commit 3742426

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pytest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112

113113
- name: Set Java version on Windows
114114
if: startsWith(matrix.os, 'windows-')
115-
uses: actions/setup-java@v4
115+
uses: actions/setup-java@v5
116116
with:
117117
distribution: temurin
118118
java-version: '21'
@@ -181,7 +181,7 @@ jobs:
181181

182182
- name: Set Java version on Windows
183183
if: startsWith(matrix.os, 'windows-')
184-
uses: actions/setup-java@v4
184+
uses: actions/setup-java@v5
185185
with:
186186
distribution: temurin
187187
java-version: '21'

0 commit comments

Comments
 (0)