We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 93025a0 + dcefe7c commit 7939fdbCopy full SHA for 7939fdb
.github/workflows/build_docs.yml
@@ -20,7 +20,7 @@ jobs:
20
uses: actions/checkout@v5
21
22
- name: Setup Python
23
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
24
with:
25
python-version: "3.10"
26
.github/workflows/main.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v5
17
- name: Set up Python ${{ matrix.python-version }}
18
19
python-version: ${{ matrix.python-version }}
- name: Install dependencies
.github/workflows/pypi.yml
@@ -11,7 +11,7 @@ jobs:
11
12
13
14
0 commit comments