Skip to content

Commit cf2962b

Browse files
committed
cleanup check step
1 parent a41d959 commit cf2962b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ jobs:
88
static_checks:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
12-
with: { fetch-depth: 0 } # deep clone for setuptools-scm
13-
- uses: actions/setup-python@v4
11+
- uses: actions/checkout@v4
12+
- uses: actions/setup-python@v5
1413
with: { python-version: "3.11" }
1514
- name: Run static analysis and format checkers
1615
run: pipx run pre-commit run --all-files --show-diff-on-failure

0 commit comments

Comments
 (0)