Skip to content

Commit 2c7b380

Browse files
committed
v3.0.1
1 parent 8e2deeb commit 2c7b380

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- uses: actions/checkout@v3
3535
- uses: actions/setup-python@v3
36-
- uses: pre-commit/[email protected].0
36+
- uses: pre-commit/[email protected].1
3737
```
3838
3939
This does a few things:
@@ -51,7 +51,7 @@ Here's a sample step configuration that only runs the `flake8` hook against all
5151
the files (use the template above except for the `pre-commit` action):
5252

5353
```yaml
54-
- uses: pre-commit/[email protected].0
54+
- uses: pre-commit/[email protected].1
5555
with:
5656
extra_args: flake8 --all-files
5757
```

0 commit comments

Comments
 (0)