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 2424 steps :
2525 - uses : actions/checkout@v1
2626 - uses : actions/setup-python@v1
27- - uses : pre-commit/action@v1.1.1
27+ - uses : pre-commit/action@v2.0.0
2828` ` `
2929
3030This does a few things:
@@ -44,7 +44,7 @@ Here's a sample step configuration that only runs the `flake8` hook against all
4444the files (use the template above except for the `pre-commit` action) :
4545
4646` ` ` yaml
47- - uses: pre-commit/action@v1.1.1
47+ - uses: pre-commit/action@v2.0.0
4848 with:
4949 extra_args: flake8 --all-files
5050` ` `
@@ -59,7 +59,7 @@ here's an example configuration for that (use the template above except for the
5959`pre-commit` action) :
6060
6161` ` ` yaml
62- - uses: pre-commit/action@v1.1.1
62+ - uses: pre-commit/action@v2.0.0
6363 with:
6464 token: ${{ secrets.GITHUB_TOKEN }}
6565` ` `
You can’t perform that action at this time.
0 commit comments