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.
2 parents 8595dfe + 7b81a03 commit cfc0c58Copy full SHA for cfc0c58
.github/workflows/ci.yaml
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/checkout@v5
25
26
- name: Set up Python ${{ matrix.python-version }}
27
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
28
with:
29
python-version: ${{ matrix.python-version }}
30
.github/workflows/pages.yml
@@ -25,7 +25,7 @@ jobs:
fetch-depth: 10
- name: Set up Python
python-version: '3.13'
31
.github/workflows/publish.yaml
@@ -22,7 +22,7 @@ jobs:
22
fetch-depth: 0
23
python-version: '${{ env.DEFAULT_PYTHON }}'
0 commit comments