We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54cf00e commit e635c8eCopy full SHA for e635c8e
1 file changed
.github/workflows/pytest-docs.yml
@@ -17,14 +17,14 @@ jobs:
17
runs-on: ubuntu-latest
18
strategy:
19
matrix:
20
- python-version: ["3.10"]
+ python-version: ["3.11"]
21
22
steps:
23
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
24
with:
25
fetch-depth: 0
26
- name: Set up Python ${{ matrix.python-version }}
27
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
28
29
python-version: ${{ matrix.python-version }}
30
cache: 'pip'
0 commit comments