Skip to content

Commit fe3a67f

Browse files
Update andrewaylett/pre-commit-action digest to 7f88dbe (#755)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7f88dbe commit fe3a67f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
24-
- uses: andrewaylett/pre-commit-action@c8c583ee0e6f9829d52890a0c6b70844c9152dbb # v4
24+
- uses: andrewaylett/pre-commit-action@7f88dbe84abb0421752cd803b341c332ce41a0f1 # v4
2525
```
2626
2727
This does a few things:
@@ -38,7 +38,7 @@ Here's a sample step configuration that only runs the `flake8` hook against all
3838
the files (use the template above except for the `pre-commit` action):
3939

4040
```yaml
41-
- uses: andrewaylett/pre-commit-action@c8c583ee0e6f9829d52890a0c6b70844c9152dbb # v4
41+
- uses: andrewaylett/pre-commit-action@7f88dbe84abb0421752cd803b341c332ce41a0f1 # v4
4242
with:
4343
extra_args: flake8 --all-files
4444
```

0 commit comments

Comments
 (0)