We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a41d959 commit cf2962bCopy full SHA for cf2962b
.github/workflows/test.yaml
@@ -8,9 +8,8 @@ jobs:
8
static_checks:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v3
12
- with: { fetch-depth: 0 } # deep clone for setuptools-scm
13
- - uses: actions/setup-python@v4
+ - uses: actions/checkout@v4
+ - uses: actions/setup-python@v5
14
with: { python-version: "3.11" }
15
- name: Run static analysis and format checkers
16
run: pipx run pre-commit run --all-files --show-diff-on-failure
0 commit comments