File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
with :
31
31
path : ~/.cache/pre-commit
32
32
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
34
34
` ` `
35
35
36
36
This does a few things:
@@ -50,7 +50,7 @@ Here's a sample step configuration that only runs the `flake8` hook against all
50
50
the files (use the template above except for the `pre-commit` action) :
51
51
52
52
` ` ` yaml
53
- - uses: pre-commit/action@v1.0.1
53
+ - uses: pre-commit/action@v1.1.0
54
54
with:
55
55
extra_args: flake8 --all-files
56
56
` ` `
@@ -65,7 +65,7 @@ here's an example configuration for that (use the template above except for the
65
65
`pre-commit` action) :
66
66
67
67
` ` ` yaml
68
- - uses: pre-commit/action@v1.0.1
68
+ - uses: pre-commit/action@v1.1.0
69
69
with:
70
70
token: ${{ secrets.GITHUB_TOKEN }}
71
71
` ` `
You can’t perform that action at this time.
0 commit comments