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 f2f9a5f commit 12afdd8Copy full SHA for 12afdd8
.github/workflows/pre-commit.yaml
@@ -34,6 +34,6 @@ jobs:
34
with:
35
token: ${{ secrets.GITHUB_TOKEN }}
36
- name: Run pre-commit
37
- uses: pre-commit/action@v2.0.3
+ uses: pre-commit/action@v3.0.1
38
39
extra_args: --files ${{ steps.changed-files.outputs.all_changed_files }}
0 commit comments