diff --git a/.github/workflows/code-format.yml b/.github/workflows/code-format.yml index a78d15a..850da55 100644 --- a/.github/workflows/code-format.yml +++ b/.github/workflows/code-format.yml @@ -21,7 +21,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: