diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 6710ed3..3ccb844 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -73,7 +73,7 @@ jobs: # Commit and push updated version properties file - name: Update repository if: contains(github.ref_name, '-RC-') == false - uses: stefanzweifel/git-auto-commit-action@v6 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "chore: bump version to v${{ github.ref_name }}" branch: ${{ github.event.repository.default_branch }}