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 f4586b1 + 3c2593b commit 9cc601dCopy full SHA for 9cc601d
.github/workflows/gh-pages.yml
@@ -20,7 +20,7 @@ jobs:
20
submodules: true
21
22
- name: "Set up Python"
23
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
24
with:
25
python-version: "3.13"
26
.github/workflows/python-ci.yml
@@ -21,7 +21,7 @@ jobs:
- name: "Set up Python ${{ matrix.python-version }}"
python-version: ${{ matrix.python-version }}
27
.github/workflows/python-packages.yml
@@ -19,7 +19,7 @@ jobs:
19
uses: actions/checkout@v5
0 commit comments