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 bf77619 commit 17a82bdCopy full SHA for 17a82bd
.github/workflows/publish.yml
@@ -14,7 +14,7 @@ jobs:
14
uses: actions/checkout@v5
15
16
- name: Set up Python
17
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
18
with:
19
python-version: "3.9"
20
.github/workflows/tests.yml
@@ -23,7 +23,7 @@ jobs:
23
24
25
- name: Setup Python
26
27
28
python-version: ${{ matrix.python }}
29
0 commit comments