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 4c2d228 + 7ae7a04 commit 5288dc3Copy full SHA for 5288dc3
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
browser: "edge"
41
42
steps:
43
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
44
45
- name: Set up Python ${{ matrix.python-version }}
46
uses: actions/setup-python@v6
.github/workflows/linter.yml
@@ -15,7 +15,7 @@ jobs:
15
os: [ubuntu-latest]
16
python-version: [3.12]
17
18
19
20
21
.github/workflows/pypi_upload.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
11
12
with:
13
fetch-depth: 0
14
- name: Set up Python 3.12
0 commit comments