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 62c71d5 commit 0e8fba5Copy full SHA for 0e8fba5
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.1.0
+ - uses: pre-commit/action@v1.1.1
34
```
35
36
This does a few things:
@@ -65,7 +65,7 @@ here's an example configuration for that (use the template above except for the
65
`pre-commit` action):
66
67
```yaml
68
69
70
token: ${{ secrets.GITHUB_TOKEN }}
71
0 commit comments