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 04f216c commit 2bb697bCopy full SHA for 2bb697b
.github/workflows/pre-commit.yml
@@ -9,7 +9,7 @@ jobs:
9
pre-commit:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
13
- uses: actions/setup-python@v3
14
- name: Run pre-commit
15
run: |
0 commit comments