We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b5057 commit f5f7798Copy full SHA for f5f7798
.github/workflows/code-format.yml
@@ -21,7 +21,7 @@ jobs:
21
path: ~/.cache/pre-commit
22
key: pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
23
24
- - uses: pre-commit/action@v3.0.0
+ - uses: pre-commit/action@v3.0.1
25
# this action also provides an additional behaviour when used in private repositories
26
# when configured with a github token, the action will push back fixes to the pull request branch
27
#with:
0 commit comments