.github: fix test_certauthority_root in 4.19 (#10037)

This commit is contained in:
Wei Zhou 2024-12-04 14:34:20 +01:00 committed by GitHub
parent 762d5493dd
commit 47f60190a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -220,9 +220,9 @@ jobs:
cache: maven
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.8'
python-version: '3.10'
architecture: 'x64'
- name: Install Build Dependencies