We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28988ab + df02630 commit e81919bCopy full SHA for e81919b
.github/workflows/docs-ci.yml
@@ -7,19 +7,19 @@ permissions:
7
8
jobs:
9
build:
10
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
11
12
strategy:
13
max-parallel: 4
14
matrix:
15
- python-version: [3.9]
+ python-version: [3.12]
16
17
steps:
18
- name: Checkout code
19
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
20
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
23
with:
24
python-version: ${{ matrix.python-version }}
25
0 commit comments