diff --git a/.github/workflows/beta.yml b/.github/workflows/beta.yml index e9db255c2..8b3c4f852 100644 --- a/.github/workflows/beta.yml +++ b/.github/workflows/beta.yml @@ -29,7 +29,7 @@ jobs: git checkout -b "release/beta/${{ env.VERSION }}" - name: Commit config and version updates - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 + uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 with: commit_message: 'Prepare release ${{ env.VERSION }}' branch: 'release/beta/${{ env.VERSION }}' diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 843dab23a..6e820b62b 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -30,7 +30,7 @@ jobs: git checkout -b "release/${{ github.event.inputs.version }}" - name: Commit config and version updates - uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 + uses: stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 with: commit_message: 'Release ${{ github.event.inputs.version }} [ci release]' branch: 'release/${{ github.event.inputs.version }}'