File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ jobs:
242242 git status -u
243243 - name : Commit changes to branch
244244 if : inputs.force == true || steps.check_should_commit.outputs.should_commit == 'true'
245- uses : stefanzweifel/git-auto-commit-action@v4
245+ uses : stefanzweifel/git-auto-commit-action@v5
246246 with :
247247 commit_message : |
248248 ${{ github.event.workflow_run.head_commit.message || 'No commit message' }}
@@ -409,7 +409,7 @@ jobs:
409409 git status
410410 - name : Commit changes to branch
411411 if : inputs.force == true || steps.check_should_commit.outputs.should_commit == 'true'
412- uses : stefanzweifel/git-auto-commit-action@v4
412+ uses : stefanzweifel/git-auto-commit-action@v5
413413 with :
414414 commit_message : |
415415 ${{ github.event.workflow_run.head_commit.message || 'No commit message' }}
You can’t perform that action at this time.
0 commit comments