We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f6762c commit 56114ccCopy full SHA for 56114cc
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@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
+ uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
36
with:
37
commit_message: 'style fixes by ruff'
0 commit comments