Skip to content

Commit 9bd158a

Browse files
author
Github Actions
committed
Deployed to github pages
1 parent 0c6039f commit 9bd158a

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
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
path: ~/.cache/pre-commit
3232
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
33-
- uses: pre-commit/action@v1.0.1
33+
- uses: pre-commit/action@v1.1.0
3434
```
3535
3636
This does a few things:
@@ -50,7 +50,7 @@ Here's a sample step configuration that only runs the `flake8` hook against all
5050
the files (use the template above except for the `pre-commit` action):
5151

5252
```yaml
53-
- uses: pre-commit/action@v1.0.1
53+
- uses: pre-commit/action@v1.1.0
5454
with:
5555
extra_args: flake8 --all-files
5656
```
@@ -65,7 +65,7 @@ here's an example configuration for that (use the template above except for the
6565
`pre-commit` action):
6666

6767
```yaml
68-
- uses: pre-commit/action@v1.0.1
68+
- uses: pre-commit/action@v1.1.0
6969
with:
7070
token: ${{ secrets.GITHUB_TOKEN }}
7171
```

0 commit comments

Comments
 (0)