File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4040 echo "Updated docs/package.json to version ${{ steps.extract_version.outputs.version }}"
4141
4242 - name : Commit updated package.json
43- uses : stefanzweifel/git-auto-commit-action@v6
43+ uses : stefanzweifel/git-auto-commit-action@v7
4444 with :
4545 branch : main
4646 commit_message : " chore(docs): bump version to ${{ steps.extract_version.outputs.version }}"
Original file line number Diff line number Diff line change 2323 uses : aglipanci/laravel-pint-action@2.6
2424
2525 - name : Commit changes
26- uses : stefanzweifel/git-auto-commit-action@v6
26+ uses : stefanzweifel/git-auto-commit-action@v7
2727 with :
2828 commit_message : ' style: fix code style issues'
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