Skip to content

Commit adc18fe

Browse files
committed
.github: fix test_certauthority_root in 4.19
1 parent 52584d9 commit adc18fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,9 @@ jobs:
220220
cache: maven
221221

222222
- name: Set up Python
223-
uses: actions/setup-python@v4
223+
uses: actions/setup-python@v5
224224
with:
225-
python-version: '3.8'
225+
python-version: '3.10'
226226
architecture: 'x64'
227227

228228
- name: Install Build Dependencies

0 commit comments

Comments
 (0)