From 7c9be1772dce2da078dfe14244399c1d9bb49ae9 Mon Sep 17 00:00:00 2001 From: Victor Garcia Date: Thu, 14 Nov 2024 15:27:32 +0100 Subject: [PATCH] Use other action --- .github/workflows/release-start.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-start.yml b/.github/workflows/release-start.yml index 2a50b6d9c6..2eb245044f 100644 --- a/.github/workflows/release-start.yml +++ b/.github/workflows/release-start.yml @@ -52,7 +52,7 @@ jobs: run: python scripts/updateVersionName.py ${{ env.RELEASE_VERSION }} - name: Commit and Push Changes - uses: Amraneze/push-to-protected-branch@latest + uses: Amraneze/push-to-protected-branch@v1.5.0 with: commit_message: 'Update version to ${{ env.RELEASE_VERSION }}' branch_name: ${{ env.RELEASE_BRANCH }}