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 2525 steps :
2626 - uses : actions/checkout@v2
2727 - uses : actions/setup-python@v2
28- - uses : pre-commit/action@v2.0.0
28+ - uses : pre-commit/action@v2.0.1
2929` ` `
3030
3131This does a few things:
@@ -43,7 +43,7 @@ Here's a sample step configuration that only runs the `flake8` hook against all
4343the files (use the template above except for the `pre-commit` action) :
4444
4545` ` ` yaml
46- - uses: pre-commit/action@v2.0.0
46+ - uses: pre-commit/action@v2.0.1
4747 with:
4848 extra_args: flake8 --all-files
4949` ` `
@@ -68,7 +68,7 @@ pushing
6868next is passing the token to the pre-commit action
6969
7070` ` ` yaml
71- - uses: pre-commit/action@v2.0.0
71+ - uses: pre-commit/action@v2.0.1
7272 with:
7373 token: ${{ secrets.GITHUB_TOKEN }}
7474` ` `
You can’t perform that action at this time.
0 commit comments