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 f65ae5c commit a2a76ffCopy full SHA for a2a76ff
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
- run: python -m pip install --upgrade pip
23
- run: python -m pip install -r requirements/ci.txt
24
- run: tox -e static
25
- - uses: stefanzweifel/git-auto-commit-action@v4
+ - uses: stefanzweifel/git-auto-commit-action@v5
26
with:
27
commit_message: Apply automatic formatting
28
0 commit comments