We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e7a37e commit 9f8bc29Copy full SHA for 9f8bc29
1 file changed
README.md
@@ -30,7 +30,7 @@ jobs:
30
with:
31
path: ~/.cache/pre-commit
32
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
33
- - uses: pre-commit/action@v1.0.0
+ - uses: pre-commit/action@v1.0.1
34
```
35
36
This does a few things:
@@ -51,7 +51,7 @@ here's an example configuration for that (use the template above except for the
51
`pre-commit` action):
52
53
```yaml
54
55
56
token: ${{ secrets.GITHUB_TOKEN }}
57
0 commit comments