We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d33dd25 commit e8c0e8eCopy full SHA for e8c0e8e
1 file changed
.github/workflows/lint.yml
@@ -32,6 +32,6 @@ jobs:
32
run: ruff check --output-format=github . --fix
33
34
- name: "Auto Commit"
35
- uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0
+ uses: stefanzweifel/git-auto-commit-action@04702edda442b2e678b25b537cec683a1493fcb9 # v7.1.0
36
with:
37
commit_message: 'style fixes by ruff'
0 commit comments