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 cbcf742 commit a23851cCopy full SHA for a23851c
.github/workflows/format.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- uses: actions/checkout@v4
19
- - uses: actions/setup-python@v4
+ - uses: actions/setup-python@v5
20
with:
21
python-version: "3.x"
22
- uses: pre-commit/[email protected]
.github/workflows/pip.yml
@@ -22,7 +22,7 @@ jobs:
23
submodules: true
24
25
26
27
python-version: ${{ matrix.python-version }}
28
.github/workflows/wheels.yml
@@ -64,7 +64,7 @@ jobs:
64
if: github.event_name == 'release' && github.event.action == 'published'
65
66
67
68
69
70
0 commit comments