@samitouri / QOS-React-1 / commits / b7f74f39d8

[ez] Update deprecated action

ghstack-source-id: 991b314fd610bcbca68df52149866b2c6d8e6799 Pull Request resolved: https://github.com/facebook/react/pull/31047

Lauren Tan committed Sep 26, 2024 at 09:55 UTC b7f74f39d8979307354f0d5c8a5daa8456ea4f2f
1 file changed +2 -2
.github/workflows/runtime_commit_artifacts.yml
+2 -2
@@ -242,7 +242,7 @@ jobs:
242 git status -u
243 - name: Commit changes to branch
244 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
246 with:
247 commit_message: |
248 ${{ github.event.workflow_run.head_commit.message || 'No commit message' }}
@@ -409,7 +409,7 @@ jobs:
409 git status
410 - name: Commit changes to branch
411 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
413 with:
414 commit_message: |
415 ${{ github.event.workflow_run.head_commit.message || 'No commit message' }}