File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6060 npm run eslint
6161
6262 - name : Commit changes
63- uses : stefanzweifel/git-auto-commit-action@v6
63+ uses : stefanzweifel/git-auto-commit-action@v7
6464 with :
6565 commit_message : Fix styling
Original file line number Diff line number Diff line change @@ -34,15 +34,15 @@ jobs:
3434 run : composer refactor
3535
3636 - name : Commit changes
37- uses : stefanzweifel/git-auto-commit-action@v6
37+ uses : stefanzweifel/git-auto-commit-action@v7
3838 with :
3939 commit_message : Refactor code with Rector
4040
4141 - name : Run Pint
4242 run : composer format
4343
4444 - name : Commit changes
45- uses : stefanzweifel/git-auto-commit-action@v6
45+ uses : stefanzweifel/git-auto-commit-action@v7
4646 with :
4747 commit_message : Format code with Pint
4848
Original file line number Diff line number Diff line change 2525 release-notes : ${{ github.event.release.body }}
2626
2727 - name : Commit updated CHANGELOG
28- uses : stefanzweifel/git-auto-commit-action@v6
28+ uses : stefanzweifel/git-auto-commit-action@v7
2929 with :
3030 branch : main
3131 commit_message : Update CHANGELOG
You can’t perform that action at this time.
0 commit comments