We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a1068d + a6761e6 commit 04848c8Copy full SHA for 04848c8
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- run: python -m pip install --upgrade pip
22
- run: python -m pip install -r requirements/ci.txt
23
- run: tox -e static
24
- - uses: stefanzweifel/git-auto-commit-action@v5
+ - uses: stefanzweifel/git-auto-commit-action@v6
25
with:
26
commit_message: Apply automatic formatting
27
0 commit comments