Skip to content

Commit 12afdd8

Browse files
authored
Update pre-commit.yaml
precommit has changed to v3, needed to update
1 parent f2f9a5f commit 12afdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
with:
3535
token: ${{ secrets.GITHUB_TOKEN }}
3636
- name: Run pre-commit
37-
uses: pre-commit/action@v2.0.3
37+
uses: pre-commit/action@v3.0.1
3838
with:
3939
extra_args: --files ${{ steps.changed-files.outputs.all_changed_files }}

0 commit comments

Comments
 (0)