diff --git a/.github/workflows/code-format.yml b/.github/workflows/code-format.yml index 8f3e0ae..4f83102 100644 --- a/.github/workflows/code-format.yml +++ b/.github/workflows/code-format.yml @@ -28,7 +28,7 @@ jobs: path: ~/.cache/pre-commit key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }} - - uses: pre-commit/action@v3.0.0 + - uses: pre-commit/action@v3.0.1 # this action also provides an additional behaviour when used in private repositories # when configured with a GitHub token, the action will push back fixes to the pull request branch #with: