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 43e7043 commit b637ee3Copy full SHA for b637ee3
.github/workflows/cargo.yaml
@@ -44,7 +44,7 @@ jobs:
44
- name: Check formatting
45
run: cargo fmt --all
46
- name: commit back to repository
47
- uses: stefanzweifel/git-auto-commit-action@v6
+ uses: stefanzweifel/git-auto-commit-action@v7
48
with:
49
# These defaults somehow do not work for me, so I've set them
50
# explicitly
0 commit comments