We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56baa4e commit 6fbfe7fCopy full SHA for 6fbfe7f
.github/workflows/docs.yml
@@ -10,12 +10,12 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
14
15
- - name: Initialize Python 3.8
16
- uses: actions/setup-python@v1
+ - name: Initialize Python 3.10
+ uses: actions/setup-python@v5
17
with:
18
- python-version: 3.8
+ python-version: 3.10
19
20
- name: Install dependencies
21
run: |
0 commit comments