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 4d488d1 commit 5e3c2c2Copy full SHA for 5e3c2c2
.github/workflows/deploy-mkdocs.yml
@@ -21,7 +21,7 @@ jobs:
21
uses: actions/checkout@v4
22
23
- name: Set up Python
24
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v6
25
with:
26
python-version: '3.11'
27
.github/workflows/deploy-pypi-packages.yaml
@@ -16,7 +16,7 @@ jobs:
16
fetch-depth: 0
17
18
19
- uses: actions/setup-python@v5
20
python-version: 3.8
.github/workflows/test-pytest-and-integration.yml
@@ -17,7 +17,7 @@ jobs:
0 commit comments