Skip to content

Commit 0764670

Browse files
author
Github Actions
committed
Deployed to github pages
1 parent 96e0777 commit 0764670

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
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v1
2626
- uses: actions/setup-python@v1
27-
- uses: pre-commit/action@v1.1.1
27+
- uses: pre-commit/action@v2.0.0
2828
```
2929
3030
This does a few things:
@@ -44,7 +44,7 @@ Here's a sample step configuration that only runs the `flake8` hook against all
4444
the files (use the template above except for the `pre-commit` action):
4545

4646
```yaml
47-
- uses: pre-commit/action@v1.1.1
47+
- uses: pre-commit/action@v2.0.0
4848
with:
4949
extra_args: flake8 --all-files
5050
```
@@ -59,7 +59,7 @@ here's an example configuration for that (use the template above except for the
5959
`pre-commit` action):
6060

6161
```yaml
62-
- uses: pre-commit/action@v1.1.1
62+
- uses: pre-commit/action@v2.0.0
6363
with:
6464
token: ${{ secrets.GITHUB_TOKEN }}
6565
```

0 commit comments

Comments
 (0)