This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

⬆️ Update stefanzweifel/git-auto-commit-action action to v7 (#63)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

author
renovate[bot]
co-author
renovate[bot]
committer
GitHub
date (Oct 25, 2025, 10:21 PM +0200) commit 0c552589 parent 12ad840b
+2 -2
+2 -2
.github/workflows/fixup.yml
··· 22 22 - uses: actions-rs/cargo@v1 23 23 with: { command: fix, args: --workspace } 24 24 - name: Commit changes 25 - uses: stefanzweifel/git-auto-commit-action@v4 25 + uses: stefanzweifel/git-auto-commit-action@v7 26 26 with: 27 27 commit_message: "🚨 Fix lints" 28 28 - uses: actions-rs/cargo@v1 29 29 with: { command: fmt, args: --all } 30 30 - name: Commit changes 31 - uses: stefanzweifel/git-auto-commit-action@v4 31 + uses: stefanzweifel/git-auto-commit-action@v7 32 32 with: 33 33 commit_message: "🎨 Format code"