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 dacab77 commit be00ecdCopy full SHA for be00ecd
.github/workflows/docs.yml
@@ -52,7 +52,7 @@ jobs:
52
53
- uses: actions/checkout@v4
54
- name: Set up Python 3.10
55
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
56
with:
57
python-version: "3.10"
58
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
uses: actions/checkout@v4
18
19
- name: Set up Python
20
21
22
python-version: '3.x'
23
0 commit comments