From b9489bc82b0a196d7f2c84fa8dbd3d4230dbef28 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 04:41:17 +0000 Subject: [PATCH] Update andrewaylett/pre-commit-action digest to 2df174d Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6489853..d122252 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@859713bcbd41415b150de61b19c414f79d0d6568 # v4 + - uses: andrewaylett/pre-commit-action@2df174db0d7ddd2c21b6210decc543ea34c2902e # 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@859713bcbd41415b150de61b19c414f79d0d6568 # v4 + - uses: andrewaylett/pre-commit-action@2df174db0d7ddd2c21b6210decc543ea34c2902e # v4 with: extra_args: flake8 --all-files ```