From b7f74f39d8979307354f0d5c8a5daa8456ea4f2f Mon Sep 17 00:00:00 2001 From: Lauren Tan Date: Thu, 26 Sep 2024 09:55:39 -0400 Subject: [PATCH] [ez] Update deprecated action ghstack-source-id: 991b314fd610bcbca68df52149866b2c6d8e6799 Pull Request resolved: https://github.com/facebook/react/pull/31047 --- .github/workflows/runtime_commit_artifacts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/runtime_commit_artifacts.yml b/.github/workflows/runtime_commit_artifacts.yml index e562b34cea..6ff1bdb5a6 100644 --- a/.github/workflows/runtime_commit_artifacts.yml +++ b/.github/workflows/runtime_commit_artifacts.yml @@ -242,7 +242,7 @@ jobs: git status -u - name: Commit changes to branch if: inputs.force == true || steps.check_should_commit.outputs.should_commit == 'true' - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: | ${{ github.event.workflow_run.head_commit.message || 'No commit message' }} @@ -409,7 +409,7 @@ jobs: git status - name: Commit changes to branch if: inputs.force == true || steps.check_should_commit.outputs.should_commit == 'true' - uses: stefanzweifel/git-auto-commit-action@v4 + uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: | ${{ github.event.workflow_run.head_commit.message || 'No commit message' }}