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.
1 parent af37d4b commit 800ad24Copy full SHA for 800ad24
1 file changed
.github/workflows/ci.yml
@@ -7,8 +7,8 @@ jobs:
7
name: Lint
8
runs-on: ubuntu-latest
9
steps:
10
- - uses: actions/checkout@v4
11
- - uses: actions/setup-python@v5
+ - uses: actions/checkout@v6
+ - uses: actions/setup-python@v6
12
with:
13
python-version: 3.8
14
- name: Install dependencies
@@ -22,8 +22,8 @@ jobs:
22
name: Documentation
23
24
25
26
27
28
29
- name: Set up sphinx
0 commit comments