Skip to content

Commit 9f8bc29

Browse files
author
Github Actions
committed
Deployed to github pages
1 parent 9e7a37e commit 9f8bc29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 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/[email protected].0
33+
- uses: pre-commit/[email protected].1
3434
```
3535
3636
This does a few things:
@@ -51,7 +51,7 @@ here's an example configuration for that (use the template above except for the
5151
`pre-commit` action):
5252

5353
```yaml
54-
- uses: pre-commit/[email protected].0
54+
- uses: pre-commit/[email protected].1
5555
with:
5656
token: ${{ secrets.GITHUB_TOKEN }}
5757
```

0 commit comments

Comments
 (0)