Skip to content

Commit 7bc1dfc

Browse files
committed
[ez] Update deprecated action
ghstack-source-id: 590fb115a31e8ee79bf3c053ac411fa777907d6d Pull Request resolved: #31047
1 parent 736cd38 commit 7bc1dfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/runtime_commit_artifacts.yml

+2-2
Original file line numberDiff line numberDiff 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' }}

0 commit comments

Comments
 (0)