diff --git a/README.md b/README.md index 46d5b6b..6489853 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - - uses: andrewaylett/pre-commit-action@258f357eaf7084fd7aba8704b77d01fa995d6b2d # v4 + - uses: andrewaylett/pre-commit-action@859713bcbd41415b150de61b19c414f79d0d6568 # v4 ``` This does a few things: @@ -38,7 +38,7 @@ Here's a sample step configuration that only runs the `flake8` hook against all the files (use the template above except for the `pre-commit` action): ```yaml - - uses: andrewaylett/pre-commit-action@258f357eaf7084fd7aba8704b77d01fa995d6b2d # v4 + - uses: andrewaylett/pre-commit-action@859713bcbd41415b150de61b19c414f79d0d6568 # v4 with: extra_args: flake8 --all-files ```