Skip to content

Commit 60a9f2e

Browse files
committed
v2.0.2
1 parent b54880c commit 60a9f2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
steps:
2626
- uses: actions/checkout@v2
2727
- uses: actions/setup-python@v2
28-
- uses: pre-commit/[email protected].1
28+
- uses: pre-commit/[email protected].2
2929
```
3030
3131
This does a few things:
@@ -43,7 +43,7 @@ Here's a sample step configuration that only runs the `flake8` hook against all
4343
the files (use the template above except for the `pre-commit` action):
4444

4545
```yaml
46-
- uses: pre-commit/[email protected].1
46+
- uses: pre-commit/[email protected].2
4747
with:
4848
extra_args: flake8 --all-files
4949
```
@@ -68,7 +68,7 @@ pushing
6868
next is passing the token to the pre-commit action
6969

7070
```yaml
71-
- uses: pre-commit/[email protected].1
71+
- uses: pre-commit/[email protected].2
7272
with:
7373
token: ${{ secrets.GITHUB_TOKEN }}
7474
```

0 commit comments

Comments
 (0)