diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 6462fa86b59..2bccd0de1eb 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -27,6 +27,6 @@ jobs: # switch to just running pre-commit locally when/if that happens that's # why this one specifies a full version; presumably there will be a # version bump when things change. :shrug: - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1 # with: # extra_args: ""