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 1a972b0 + 0b2d831 commit 86191a2Copy full SHA for 86191a2
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
steps:
28
- uses: actions/checkout@v2
29
- name: setup python
30
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v6
31
with:
32
python-version: ${{ matrix.python-version }}
33
.github/workflows/pypi-publish.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout
14
uses: actions/checkout@v2
15
16
17
18
python-version: 3.12
19
0 commit comments