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