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 3030 with :
3131 path : ~/.cache/pre-commit
3232 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
3434` ` `
3535
3636This does a few things:
@@ -50,7 +50,7 @@ Here's a sample step configuration that only runs the `flake8` hook against all
5050the files (use the template above except for the `pre-commit` action) :
5151
5252` ` ` yaml
53- - uses: pre-commit/action@v1.0.1
53+ - uses: pre-commit/action@v1.1.0
5454 with:
5555 extra_args: flake8 --all-files
5656` ` `
@@ -65,7 +65,7 @@ here's an example configuration for that (use the template above except for the
6565`pre-commit` action) :
6666
6767` ` ` yaml
68- - uses: pre-commit/action@v1.0.1
68+ - uses: pre-commit/action@v1.1.0
6969 with:
7070 token: ${{ secrets.GITHUB_TOKEN }}
7171` ` `
You can’t perform that action at this time.
0 commit comments