Skip to content

Commit 0e8fba5

Browse files
author
Github Actions
committed
Deployed to github pages
1 parent 62c71d5 commit 0e8fba5

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:
@@ -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/[email protected].0
68+
- uses: pre-commit/[email protected].1
6969
with:
7070
token: ${{ secrets.GITHUB_TOKEN }}
7171
```

0 commit comments

Comments
 (0)