chore: bump python version for docs-checker (#33756)

This commit is contained in:
Raffael Meyer
2023-01-20 18:22:33 +01:00
committed by GitHub
parent 2da543ebd4
commit af3a0e56f6

View File

@@ -12,7 +12,7 @@ jobs:
- name: 'Setup Environment'
uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: '3.10'
- name: 'Clone repo'
uses: actions/checkout@v2