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 bb3a144 commit 0e8e0ecCopy full SHA for 0e8e0ec
.github/workflows/ci-format.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-22.04
17
steps:
18
- uses: actions/checkout@v5
19
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
20
with:
21
python-version: '3.10'
22
- uses: pre-commit/action@v3.0.1
.github/workflows/update-ci.yml
@@ -15,7 +15,7 @@ jobs:
15
# Setup pre-commit
python-version: 3.10.4
- name: Install pre-commit
0 commit comments