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 6430090 commit 889b96bCopy full SHA for 889b96b
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
browser: "edge"
41
42
steps:
43
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
44
45
- name: Set up Python ${{ matrix.python-version }}
46
uses: actions/setup-python@v5
.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